Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.
This repository was archived by the owner on May 17, 2022. It is now read-only.

Help Translate OmniaWrite #85

Description

@TorstenDittmann

Currently we only offer OmniaWrite in en and de.

To target a more broad audience, I would like to have additional languages added:

suggest a language by commenting on this issue

Guide

Clone a translation in /src/lang/ and rename it to your desired 2-letter language code following ISO-639-1 guidelines.

Translate every value in the JSON object and add the language to this part: https://github.com/TorstenDittmann/OmniaWrite/blob/master/src/main.js#L10

Let's say we want to add Russian, our line of code would look like this:

register("ru", () => import(/* webpackChunkName: "ru" */ "./lang/ru.json"));

Once you are done, you can create a Pull Request to the dev branch 🥳

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions