VueTube/NUXT/plugins/languages
debuo 47539763e1
Add files via upload
2022-06-19 09:24:30 -04:00
..
brazilian-portuguese.js feat: add pt-br translation file 2022-06-16 04:56:34 -03:00
bulgarian.js Update Bulgarian by samihamchev 2022-06-16 20:54:41 -04:00
chinese-simplified.js loc🌐: change terms for chinese simplified 2022-06-19 14:01:26 +12:00
chinese-traditional.js Update in-app Chinese translations 2022-06-18 21:53:16 +08:00
dutch.js Update dutch.js 2022-06-18 17:18:37 +02:00
english.js feat: First Time Setup Screen 2022-06-18 08:28:46 -04:00
french-fr.js Update french-fr.js 2022-06-19 00:56:58 -04:00
german.js Add german translation by jojo200508 2022-06-16 12:56:19 -04:00
indonesian.js Added indonesian translation 2022-06-16 18:08:33 +08:00
italian.js Correct translations 2022-06-16 17:55:39 +02:00
macedonian.js Fix Macedonian typos 2022-06-16 14:01:16 -04:00
malay.js fix🚑: malay.js lacked comma seperators 2022-06-19 17:22:46 +12:00
polish.js Update polish.js translation 2022-06-16 21:31:35 +02:00
readme.md docs: Remove inverted exclamation mark 2022-06-18 16:24:41 +12:00
spanish.js Update spanish.js 2022-06-18 18:40:31 +02:00
tamil.js Add files via upload 2022-06-19 09:24:30 -04: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!