VueTube/NUXT/plugins/languages
gayolGate | Dev Studio 353aa0ac63
Documentation changes (#546)
* Add files via upload

* Update readme.es.md

* Update readme.md

* Update readme.md

* Update readme.md

* Create readme.md

* Add files via upload

* Add files via upload

* Update readme.md

* Update readme.md
2022-09-17 13:12:42 +12:00
..
arabic.js Create arabic.js 2022-08-07 11:45:43 +03: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 Update in-app Chinese translations (#540) 2022-09-05 15:09:23 +12:00
chinese-traditional.js Update in-app Chinese translations (#540) 2022-09-05 15:09:23 +12:00
czech.js Create czech.js 2022-07-07 11:11:57 +02:00
dutch.js Added packageinstaller line to dutch.js (#416) 2022-06-26 15:18:10 +12:00
english.js Update english.js 2022-09-11 14:13:44 +02:00
estonian.js feat:🌐added estonian translation 2022-07-01 18:27:34 +12:00
french-fr.js Update french-fr.js 2022-08-08 16:03:53 +02:00
german.js fixed commas on German translation 2022-07-31 07:20:08 -05:00
hindi.js Added Marathi language, updated Hindi to the match English 2022-08-20 01:23:03 +05:30
hungarian.js new thing added for hungary 2022-09-11 19:23:17 +02:00
indonesian.js Indonesian translation update 2022-08-28 22:34:39 +07:00
italian.js Update italian.js 2022-08-06 16:45:06 +02:00
korean.js Korean translation update (#539) 2022-09-05 15:09:38 +12:00
macedonian.js Format code with prettier 2022-06-22 05:24:06 +00:00
malay.js update malay.js 2022-08-27 09:10:43 +08:00
marathi.js Few errors in Marathi fixed 2022-08-20 15:33:32 +05:30
polish.js fix build issues 2022-08-12 10:25:26 -04:00
readme.md Documentation changes (#546) 2022-09-17 13:12:42 +12:00
romanian.js style: 🎨 ui changes 2022-08-07 14:29:30 -04:00
russian.js ryd attribution in French fix, Russian linted, CRLFs replaced with LFs 2022-07-19 19:17:35 -04:00
serbian.js updated serbian language 2022-08-30 00:22:16 +02:00
spanish.js Update spanish.js 2022-09-11 14:15:02 +02:00
tamil.js Update tamil.js 2022-06-22 13:27:29 -04:00
turkish.js updated Turkish language translations 2022-08-02 13:27:29 +03: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

Guide for translating the app

If you want to translate the documentation instead, check the guide for translating the documentation.

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 sound 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!



Note: We rely on your good faith. As a community project, many of our maintainers are not native speakers of the languages that the community has provided. We will do our best to review your translations, but we are heavily dependent on the community to provide us with quality translations. In cases where disagreements arise between translators, we may be forced to mediate and make a decision regardless of our team's proficiency in the language. As such, we ask that disagreements between translators be solved in a civil manner without the need for moderation.