Open fujiapple852 opened 1 year ago
Salam What you need to translate ? Please let me know I don't know where to start from Thank you
Hi @tsallabi thank you for your help. The PR for Arabic is https://github.com/fujiapple852/trippy/pull/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 files
. You can suggestion changes using GitHub's suggestions feature, replies on the PR or any way that's easier for you and I'll work with that. Let me know what you prefer and if you want more detailed instructions for any part. If you're doing it from a computer this link will take you directly to the list of translations https://github.com/fujiapple852/trippy/pull/1344/files it also works in the GitHub app but I don't have another phone to test without the app.
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