-
Notifications
You must be signed in to change notification settings - Fork 2
Updating Translation Files
Brad Martin edited this page Jul 12, 2018
·
3 revisions
When you have new translation files (e.g. en.json
) that you want to distribute to the users of the app, you should follow this process for updating the files:
- Upload a new file to the kinvey file store - make sure it's named the same as the translation file it's replacing, e.g.
en.json
- When uploading, make sure to mark the file
_public
to betrue
(or do it after upload completes) - Mark the
translation_file
field of the new file to betrue
- Delete the original file (that the new one replaces) from the kinvey file store.
- Bump the
_version
of the file record so that the new file is fetched when the app is launched.