-
Notifications
You must be signed in to change notification settings - Fork 340
Conversation
TheoChevalier
commented
Oct 1, 2016
- Switching to fr locale code, as we never use fr-FR in Mozilla projects and the translation is neutral enough to target all french-speaking countries.
- Fixing typos and broken link
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
👍 |
Hm, I'm not sure if we should do this on a per-locale basis or not. Right now, it's to always use the extended one. This PR still has conflicts as well. |
4b1c51c
to
e185200
Compare
Using fr-FR would make only sense if we wanted to maintain translations for French spoken in France, then add different translations for French spoken in Belgium, Canada, etc. Which we won’t do because this is a neutral translation and would be a pain to maintain.
There was none an hour ago ;) Thanks, now fixed |
I understand, but Mozilla policy doesn't just make it Rust policy. On Oct 6, 2016, 14:00 -0400, Théo Chevalier [email protected], wrote:
|
Sure, of course. Just trying to understand why you would prefer fr-FR over fr, beyond consistency with existing locale codes. |
e185200
to
a529d5d
Compare
a529d5d
to
feee83e
Compare
Would appreciate if someone could review this one as I don’t think I will have much time to rebase it a fourth time. |
feee83e
to
39210d0
Compare
So sorry about that. :( I still don't know what to do about Otherwise, looks good to me. @brson what do you think? |
sgtm. The language codes can be sorted out later. |
On the language codes: I think, if nothing else, that keeping the extended codes keeps the URLs as unsurprising as possible, which is a small bonus. Additionally, it leaves the door open for some future additional translation, if some intrepid person in fact wanted to provide a translation in Luxembourg French, Canadian French, etc. The reasons for using the shortened code seem comparatively thin. Sure, it saves a few characters and is consistent with Mozilla policy, but Rust is (as the FAQ points out) not controlled by Mozilla, so I don't think that consistency with Mozilla policy is of any particular relevance to the decision. |