Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions ListableUI/Resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Localizations

String translations are done by hand. Note that translation requests are handled asynchronously, and can take a couple of days to complete.

To update the localized string content:

1. Add and/or update the string(s) in the reference language, [en](en/lproj/Localizable.strings).
2. Create a translation request in [go/translate](https://go/translate). Make sure to request all the locales that Listable supports.
3. Upon receiving all of the translations, update the appropriate Localizable.strings files, and open a PR for review!
Loading