-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18n - Translators needed! #506
Comments
Salam |
Hi @tsallabi thank you for your help. The PR for Arabic is #1344 , it has the machine generated translations and what we would want you to do is take a look at them and let us know which ones are should be changed. You'll see the machine generated suggestions under |
Hi I can help with translation but I am not familiar with this gethub or the IA machines
If you can send me what need to be translated and I will translate it I tried to navigate this website but I didn't understand it
Thank you
Yahoo Mail: Search, organise, conquer
|
Will email it to you. |
Tracking issue for adding i18n support to Trippy.
How to Help
Validate Machine Generated Translations
The table below contains links to PRs which contain machine generated translations for a variety of languages. Those marked as "help needed!" require a native speaker to review the associated PRs and suggest any corrections.
Changes can be made by starting a Github code review and suggesting changes, or alternative by adding comments to the PR.
Testing of the changes is not required, but if you wish to do so there are instructions below.
Add Additional Languages
If you wish to add support for an additional language, either create a new PR for that language or reply to this issue requesting a new PR containing machine generated translation for that language, which you can then review.
Locale Support
en
fr
tr
zh
pt
sv
it
ru
es
de
hi
nl
ko
jp
ar
Additional locales not on this list are also welcome.
Language and Region
Locales can be specified for a language or a language and a region. For example, a general locale can be created for
zh
(Chinese) and a more specific locales such aszh-CN
(China) andzh-HK
(Hong Kong) can be created.If the users chosen full locale (
langauge-region
) does not exist, then Trippy will fallback to using the locale for the language only, if it exists. For example, if the user sets a locale ofzh-TW
(which, assume, does not have a locale defined in Trippy) it will fallback to using thezh
locale if it is defined.Locales should generally be added to Trippy for the language only, except where it makes sense to have different translations per region as well.
Fallback
If the users chosen locale does not exists in Trippy it will fallback to
en
(English). Fallback is per word/phrase in the locale, and so it is possible to have a locale defined with only a subset of words/phrases, with the remainder falling back toen
.Testing
If you wish to see how the translations look and feel for a given locale you can checkout the PRs linked above (where
xx
is the locale code):Then run Trippy with the
--tui-locale xx
option (wherexx
is the locale code):Tasks
The text was updated successfully, but these errors were encountered: