Skip to content

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:

  1. 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
  2. When uploading, make sure to mark the file _public to be true (or do it after upload completes)
  3. Mark the translation_file field of the new file to be true
  4. Delete the original file (that the new one replaces) from the kinvey file store.
  5. Bump the _version of the file record so that the new file is fetched when the app is launched.