-
-
Notifications
You must be signed in to change notification settings - Fork 668
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
Translate remaining text #1529
Comments
@zulipbot claim |
Since I've just dug into this a bit: Currently we use Nowadays, there's also an Addendum: Also, even the latest version of |
Addendum: |
The "Local time" part is trivial; as always, the devil's in the "...". Time format localization is a big hairy mess. Fortunately, we have ... but only in debug mode. In release, it does nothing! 😑 Specifically, it just prints as the literal string "{timestamp, time, short} local time". Presumably this is because the debug version is running remotely on Chrome, and so is tapping into the browser's implementation of Alternatively, we may be able to have moment.js into formatting it for us. Again, there seem to be subtleties involving loading locale data. (moment.js may be needed anyway; I was unable to convince the Alternatively again, we may be able to flip the switch in (sigh) RN 0.60's |
(Edited.)
These need to be marked with
_
which comes fromwithGetText
. To find examples, look at checked-off items below.More?
The text was updated successfully, but these errors were encountered: