-
-
Notifications
You must be signed in to change notification settings - Fork 36
Incomplete variant set translation #52
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
Comments
So having a settings page that surfaces translations to each user? Would that be useful in tying to a crowdsourcing system? |
I was also thinking about something like this. For example (ignore the syntax)
The bigger problem is when some items require changes in the sentence itself. |
In my mental model for this feature, then you degrade. The entry point is you receive something, from an outside, that you know nothing about, it's a word like "New York" or "File". You can't reason about it, you don't know its gender, plural form etc. All you know is that it has to be displayed in translation. Without any ability to do anything better with it, you'll have to go for some semi-okayish translation. With this model, a localizer can provide "improved" variants for some most common scenarios, which will benefit from that additional knowledge. If for a given term there is no such additional info, the worst-case scenario is exactly what you started with. You case, in my, pardon my pseudo-syntax, approach could benefit from sth like:
|
Interesting idea - I'm having a hard time to picture this in English? Would you require all keys to be defined as well? Also, knowing that most TMSes like to keep source and target files with the same amount of keys - would translator need to write the "rules/syntax" in their target languages? |
Re-consider post-2.0? |
One of the features we floated for Fluent for quite a while now is an idea of allowing users to provide a subset of an infinite set of terms to translate in some category.
For example, city names. City names in Fluent could be translated as such:
Or, incomplete user name declensions:
This is not a great message, and I certainly would prefer to use flatten lists and in fact, I'd even prefer separate UI for CAT tools when building such a message.
At the same time having ability to somehow denote an incomplete list of elements that get "improved" translation with a fallback on the original untranslated variable shows up to be useful in incrementally improving the UX without requiring building a whole new ecosystem of, say, declensed polish names.
I'd like to suggest that in some way or form we build in an ability to accept a variable and present it in the input form unless one of the "improved" version has been added for the given term.
The text was updated successfully, but these errors were encountered: