From e045d27882443d9b5e70888d818bd7ae16ed8006 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sun, 28 Aug 2022 00:01:28 +0200 Subject: [PATCH] [en][blog] creating-new-language-version - add links to gitlab files --- locale/en/blog/creating-new-language-version.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locale/en/blog/creating-new-language-version.md b/locale/en/blog/creating-new-language-version.md index a1f8da9b9..12d9a93c2 100644 --- a/locale/en/blog/creating-new-language-version.md +++ b/locale/en/blog/creating-new-language-version.md @@ -32,7 +32,7 @@ eg. for translating into Slavic languages it might be better to start with `pl` Inside that directory hides all the config and code related to the specific language. The most important files are: -## translation.suml +## [translation.suml](https://gitlab.com/Avris/Zaimki/-/blob/main/locale/_base/translations.suml) This file contains translation keys with corresponding values. Basically, keep everything before the colon as it is, and translate everything after the colon into your language. @@ -44,7 +44,7 @@ Also, remember that not everything in this file will necessarily require a trans For instance, the Polish locale contains translations for the “names” module, which a new language will probably not have right away (although might be added later). -## config.suml +## [config.suml](https://gitlab.com/Avris/Zaimki/-/blob/main/locale/_base/config.suml) Although this file is very important, I don't expect you to handle it, if you're not a technical person. Still, some translations are also included there, so please go through it and see if you can do something useful there. @@ -54,16 +54,16 @@ This file contains for example a definition of [links](/link), [authors](/contac You can either adjust those definitions directly in this file if you can, or you can just put them in some Word or Excel file for me to handle. -## pronouns/pronouns.tsv +## [pronouns/pronouns.tsv](https://gitlab.com/Avris/Zaimki/-/blob/main/locale/_base/pronouns/pronouns.tsv) This file is a table of pronouns. You can edit it in Excel or just a text editor (just keep the tabs where they were). Columns from `pronoun_subject` to `reflexive` can be removed and replaced with other forms relevant to your language. -## pronouns/pronounGroups.tsv +## [pronouns/pronounGroups.tsv](https://gitlab.com/Avris/Zaimki/-/blob/main/locale/_base/pronouns/pronounGroups.tsv) This table contains the groups of pronouns. -## pronouns/examples.tsv +## [pronouns/examples.tsv](https://gitlab.com/Avris/Zaimki/-/blob/main/locale/_base/pronouns/examples.tsv) This table contains the example sentences – with placeholders for the pronouns to be inserted into. If plural sentence is the same as singular you can leave the second column empty.