-
Notifications
You must be signed in to change notification settings - Fork 1
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
[bug: i18n] Serbian translation of VISION file doesn't specify script #84
Comments
We'll use (sr_Latn) for this! 👍🏻 |
This is completely out of what I know :( |
Cool, @emmitrovic, if you could handle the So for now, here is what should be done to solve the issue w/ this particular file:
It sounds simple to me, but am unsure whether changing the alphabet can be more challenging than it sounds. Does this sound reasonable? My friend told me that from his experience, it doesn't matter which alphabet we present to Serbian users, but i think it would be cool to allow Serbians to choose whichever alphabet they prefer reading by using a language dropdown on our site or something like that. (The content of these files will eventually end up on our site.) You can see what we did w/ https://tc39.es for some prior art (the language toggle is in the top right). |
Refs: #84 Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
Relevant to this discussion: how a language selector component could work for this is discussed at unicode-org/icu4x#2686. |
Refs: #84 Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
Fixes: #84 Signed-off-by: Derek Lewis <dereknongeneric@open.inf.is>
Fixes: OpenINF#84 Signed-off-by: Derek Lewis <dereknongeneric@open.inf.is>
This seems to be a unique case in natural languages, but the Serbian language can be expressed in either Latin (
sr_Latn
) or Cyrillic script (sr_Cyrl
), so what i said about “two-letter codes, one per language” in #34 (comment) is a little bit incorrect due to this edge case. I think we will need to specify which one of the alphabets we are using when making these translations to prevent mixing them./cc @emmitrovic as i am unsure which one we should use (is one preferable or maybe we need both?)
I am not exactly sure, but the only other time this may come up elsewhere is when distinguishing btwx Simplified Chinese (
zh_Hans
) and Traditional Chinese (zh_Hant
)…/cc @septs as this file naming scheme seems to be gaining widespread adoption (guideline may be needed)
To be clear, this is not about localization in the sense of wanting to distinguish btwx Portuguese from Portugal (
pt_PT
) and Portuguese from Brazil (pt_BR
), which use the same alphabets. On the topic of Portuguese: I was hoping to be able to only usept
and leave the translation style up to whomever does the translation. For example, some things sound better inpt_BR
and others inpt_PT
, so if we can avoid making the distinction, i would prefer that./cc @ErickWendel as am unsure if this would be practical (am still learning and unsure of edge cases)
Any additional insight you all can provide would be appreciated!
The text was updated successfully, but these errors were encountered: