I have react-native cross platform mobile app. I want to move its localization resources to some online service, so I can update texts with out updating the whole app.
There is a lot of different cloud based cms systems available, but what would be best fit for managing app localizations?
So far I have tried to evaluate Contentful cms, they have javascritp lib etc. But I do not think their systems, model structures, suits very well for mobile app licalization resource storage?
Contentful is a great way to accomplish what you are trying to do. Check out this Dynamic Microcopy article. Essentially you create 2 content types: a
Resource
content type with aKey
field and aValue
field (both short text) and aResource Set
content type with aName
short text field and aResources
multi-reference field with a validation to accept onlyResource
entries