Make sure languages "with two parts" are handled correctly #17
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: plume/rocket_i18n#17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For instance
en-US
orpt-BR
I think they should be because of https://github.com/Plume-org/rocket_i18n/blob/master/src/with_rocket.rs#L24 and https://github.com/Plume-org/rocket_i18n/blob/master/src/with_actix.rs#L50 ? Or did you mean somewhere else?
Yes, but my concern was more about making sure they are working with
gettext-macros
too, and that the two-parts version is correctly used when needed if the one-part version is also available (not sure if I'm clear, sorry).If I'm reading that code right, the locale part (so
-Lo
out ofln-Lo
) is simply ignored?I believe it is very important to support this because of the Chinese language. The locales "Chinese (Traditional)" and "Chinese (Simplified)" are quite different, but share the
zh
language prefix.