Program for managing json localization files? [closed]

主宰稳场 提交于 2019-12-21 12:08:07

问题


I'm looking for a program that helps managing multiple json files for localization.

My json structur looks like this:

// locale_en-EN.json
{
    "_TESTTEXT_": {
        "message": "This is a test.",
        "description": "A text for testing"
    },
    .......
}

Features I want:

  • keep attributes (existens and names) for multiple files in sync
  • adding new attributes and translation without manipulating files directly
  • overview how many and what is translated at the moment

I found getlocalization.com but:

  • no description field can be added (this alone wouldnt be that bad)
  • master file (for example english) cant be edited in the app, has to be done in the json itself and uploaded again

Another would be poedit but this has a very weird json structur.

Is there a program which handles such things?

Thanks in advance.


回答1:


Today i would recommend: http://locize.com


Not sure if something like this exists you could try:

http://i18next.com/pages/ext_webtranslate.html (use as is or fork and customize)

or

https://webtranslateit.com/en



来源:https://stackoverflow.com/questions/16877062/program-for-managing-json-localization-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!