From de86347150f508cd3b5c13b37143fa3917ff843c Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Fri, 1 Nov 2024 13:40:28 -0500 Subject: [PATCH] more info --- translations.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/translations.md b/translations.md index 1dec760..6e9e0ec 100644 --- a/translations.md +++ b/translations.md @@ -17,4 +17,10 @@ Firstly, modify `en.json` to include your languages file like for example for ru ``` Then to add the actual translations, just take the english version and in the same structure add your language, you must keep the left side, as that's what jank needs to know what the translation is. -Thank you so much for contributing another lanuage, or even just parts, as jank will fall back to the english translation if your translation has gaps in it, so it's not all or nothing +Thank you so much for contributing another lanuage, or even just parts, as jank will fall back to the english translation if your translation has gaps in it, so it's not all or nothing. + +## What is the format? +It's the same format found (here)[https://github.com/wikimedia/jquery.i18n#message-file-format], though we are not using jquery, and you might notice some of the strings use markdown, but most do not. + +## I want to help correct a translation +Go ahead! We're more than happy to take corrections to translations as well!