padloc/packages/locale
Coluzzi Andrea 16b50df550
Italian Translations v4 (#524)
* IT translations: fix old PR comments

* IT translations: WIP v4 tokens

* IT translations: WIP v4 tokens

* IT translations: added v4 tokens
2022-08-03 07:18:36 +01:00
..
res Italian Translations v4 (#524) 2022-08-03 07:18:36 +01:00
src A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
README.md Automatically wrap lines in markdown files at 80 characters 2022-02-25 16:25:33 +01:00
package-lock.json Fix vulnerable dependencies (where possible) 2022-06-22 14:32:27 +02:00
package.json A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
tsconfig.json A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00

README.md

Padloc Localization Package

This package contains translations, word lists and various localization tools for the Padloc app.

How To Contribute

Translations

One of the easiest ways to contribute to this project is to help create or improve translations in your language. Translations are stored as simple JSON files in the following format:

[
    [
        "Hello World", // Original text in English
        "Hallo Welt" // Translation
    ],
    [
        "{0} times {1} makes {2}", // Original text with placeholders
        "{0} mal {1} ergibt {2}" // Translation with placeholders
    ]
]

To add or update a translation for a given text, simply locate the translation file for your language in the translations directory, find the text you want to translate and insert your translation below. If no translation file for you language exists yet, you can start from scratch, using this empty translations file. Simply copy it and name it xx.json, replacing "xx" with the appropriate lowercase country code.

Word Lists

Word lists are used to generate random passphrases from a list of commonly used words from a given language. You can find all existing word lists here.