You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding a new language to an existing project, the plural properties are not the same and its not possible to add new ones (one, two, more ...)
Create language (e.g. de, en ....)
Add keys and translate with plural (one, two, more)
Add new language (e.g. es-MX)
Activate this language in translations
Go to the key with (one, two, more)
Click on this new created language
Plural is broken, 'two' is missing on this language but exists on other language
Sorting of the plurals should be more logically (instead of. one, more, two. -> one, two, more.... , other)
Expected behavior
-> Plurals should be the same if new language is created after the keys are set.
-> It should be possible to add keywords (one, two, more, other....) in the web ui
-> It should be also possible to add more then 1 variables, because its possible to add these inside the code. (If added in web ui but not in code, then should be an error thrown)
Versions and environment
Tolgee Platform: Version: v3.105.1
Environment: Docker
Browser: Chrome
"@tolgee/vue": "^6.2.1",
The text was updated successfully, but these errors were encountered:
If the raw ICU value contains other varians we display them as well (below the official ones - thats why two is on the bottom), however it's currently not possible to add them in the UI
If you want to have some more advanced logic, I recommend using separate keys and decide which one to use in the code. Usage of unsupported plural variants can be a bit tricky because it doesn't directly map to the numbers. In some languages for example one can include both 0 and 1. So it's good to separate the "plural logic" from "business logic".
After adding a new language to an existing project, the plural properties are not the same and its not possible to add new ones (one, two, more ...)
Expected behavior
-> Plurals should be the same if new language is created after the keys are set.
-> It should be possible to add keywords (one, two, more, other....) in the web ui
-> It should be also possible to add more then 1 variables, because its possible to add these inside the code. (If added in web ui but not in code, then should be an error thrown)
Versions and environment
The text was updated successfully, but these errors were encountered: