Cannot update to 'hi'/'hi-IN' for fxa-auth-server - missing locale. #65
Milestone
Comments
|
Right, so we currently copy the files between locales in the content-server, but that of course doesn't help other repos relying on these locales. symlinks in the l10n repo might be a better option. |
|
The commit adding the copying behaviour for hi-IN => hi, for reference: |
|
@jrgm what do you think about me adding a build script to this repo, that would take care of these sorts of things:
Not sure how well this would fit into your workflow, but it seems sensible to centralize those steps in this repo rather than managing it in dependant repos as done in mozilla/fxa-content-server@c45edce |
|
Assigning to @jrgm for comment on the above proposal |
|
We are going to try solve this with #81 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please see mozilla/fxa-auth-server#1019 and https://travis-ci.org/mozilla/fxa-auth-server/jobs/75789764.
I was trying to update to get
hitranslations for email messages, but it fails becauseOperationalError: ENOENT, lstat '/Users/jrgm/tmp33/fxa-auth-server/node_modules/fxa-auth-mailer/node_modules/fxa-content-server-l10n/locale/hi'I can "fix" this by manually copying
fxa-auth-server/node_modules/fxa-auth-mailer/node_modules/fxa-content-server-l10n/locale/hi-INtofxa-auth-server/node_modules/fxa-auth-mailer/node_modules/fxa-content-server-l10n/locale/hi-IN, and editingfxa-auth-server/node_modules/fxa-auth-mailer/node_modules/fxa-content-server-l10n/locale/hi/LC_MESSAGES/server.poto setLanguage:tohi. Um, obviously?There are 3 wildcard domains, in fxa-content-server-l10n:
sr/sr_Latnwhere sr_Latn is, I think, a mechanical translation of Cyrillic to Latin alphabet.sv/sv_SEwhere they seem to be independent locales.hi.Can we figure out a way to treat these consistently?
The text was updated successfully, but these errors were encountered: