VueTube/NUXT/plugins/languages
griffi-gh 07f7f15caa
Add missing lang import (#442)
* Add import

* Oops, "VueTube" appears twice on the same screen!
2022-07-06 10:57:20 +12:00
..
azerbaijan.js fix: move `azerbaijian.js` to correct location 2022-06-24 00:30:18 +12:00
brazilian-portuguese.js Format code with prettier 2022-06-22 05:24:06 +00:00
bulgarian.js Format code with prettier 2022-06-22 05:24:06 +00:00
chinese-simplified.js Add new in-app Chinese translation 2022-06-28 22:52:49 +08:00
chinese-traditional.js Add new in-app Chinese translation 2022-06-28 22:52:49 +08:00
dutch.js Added packageinstaller line to dutch.js (#416) 2022-06-26 15:18:10 +12:00
english.js feat: Download canary releases feature 2022-06-22 16:24:55 -04:00
estonian.js feat:🌐added estonian translation 2022-07-01 18:27:34 +12:00
french-fr.js Update french-fr.js 2022-06-22 13:48:52 -04:00
german.js Fix typos in german.js 2022-06-22 21:27:29 +02:00
indonesian.js Indonesian translation update (#429) 2022-06-29 13:27:11 +12:00
italian.js Update italian.js (#430) 2022-06-29 22:58:43 +12:00
korean.js Edit to match font pitch (#415) 2022-06-25 22:58:28 +12:00
macedonian.js Format code with prettier 2022-06-22 05:24:06 +00:00
malay.js Update Malay translation (again) 2022-06-27 17:24:48 +08:00
polish.js Polish Update v3 (#405) 2022-06-24 19:29:03 +12:00
readme.md Format code with prettier 2022-06-22 05:24:06 +00:00
romanian.js Update romanian.js 2022-06-22 21:57:24 +03:00
russian.js Add Russian Translation (#424) 2022-06-27 09:01:25 +12:00
spanish.js Update spanish.js (#422) 2022-06-26 22:43:29 +12:00
tamil.js Update tamil.js 2022-06-22 13:27:29 -04:00
turkish.js Update.turkish.js 2022-06-23 13:17:53 +04:00
ukrainian.js Add missing lang import (#442) 2022-07-06 10:57:20 +12:00
vietnamese.js Add Vietnamese Translations (#433) 2022-07-02 11:35:57 +12:00

readme.md

App translations guide

Rules and advices

  • Please do not use Internet translators

Translations made automatically are not allowed in VueTube. You need to know and understand both English and the language you're translating to guarantee a good result. Please do not contribute using Google Translator or similars.

Example: "Enable Return Youtube Dislike integration" should be translated to Spanish as "Activar la integración de Return YouTube Dislike", but an automatic translation could be "Activar integración Devolver los No me gusta de Youtube", and that doesn't sounds natural.

  • Consider leaving some words in English

Some words might sound better in English. For example, depending of the grade of English casual words in your language, you can consider not translating "Plugins", "Dislike", etc.

Example: Instead of translating "Hide Dislikes" to French as "Masquer Je n'aime", you can use "Masquer Dislikes".

  • The name of the language should be in the target language, not in English

*Example: "日本語" instead of "Japanese", "Italiano" instead of "Italian" and "Русский" instead of "Russian".

That doesn't apply to the file name (polish.js, dutch.js, indonesian.js), but it does to "name: example" section.

🟢 How to do the translation

There are different fields. This is an example of a field:

home: "Home"

Never touch the text previous the double dot (:). That is an indicator of what part is being translated. If you modify it, it won't work.

Only translate the text into quotation marks ("). For example, if the translation of "Home" is "Vue", the result will be:

home: "Vue"

It's easy and intuitive. Also there are different sections:

settings: {
general: "General",
theme: "Theme",

Don't touch the section name, in this case, "settings".

💻 How to edit and pull request

You cant add a file directly to VueTube repository, but you can do a fork. That means duplicating the project in your personal account. In your fork you can edit whatever you want.

After you have done everything, go to Pull Requests on VueTube repository and make a new one clicking in “Compare across repositories”. Include a description about what have you changed. A VueTube admin will approve your changes and your translation will be implemented.

Thank you for being interested on contributing!