From 4dc4bdb3fad802a29fe8c29c41f8741ecf61994d Mon Sep 17 00:00:00 2001 From: Liam Cain <hi@liamca.in> Date: Thu, 11 Jul 2024 11:28:59 -0400 Subject: [PATCH] README: Update instructions for creating a new language file --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca2c2d5..65d11b6 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ To add a new language, follow these steps: 1. Copy all of the content of the raw `en.json`: https://raw.githubusercontent.com/obsidianmd/obsidian-translations/master/en.json 2. Paste into here: https://github.com/obsidianmd/obsidian-translations/new/master 3. Translate some strings to your language -4. Find the language code of the language you're contributing: https://www.wikiwand.com/en/List_of_ISO_639-1_codes -5. Name the new file "[language code].json" and submit +4. Find the language code of the language you're contributing: https://www.wikiwand.com/en/List_of_ISO_639-1_codes and name the new file `[language code].json`. +6. In the description of the pull request, or in a comment, please include the [endonym](<https://en.wikipedia.org/wiki/Endonym_and_exonym#:~:text=An%20endonym%20(also%20known%20as,their%20homeland%2C%20or%20their%20language.>) of the language, this is how the language will be displayed in the app. +7. Submit your pull request. ## Staying up-to-date -- GitLab