用于管理json本地化文件的程序? [英] Program for managing json localization files?

查看:188
本文介绍了用于管理json本地化文件的程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个程序,该程序可以帮助管理多个json文件以进行本地化.

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

我的json结构如下:

My json structur looks like this:

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

我想要的功能:

  • 保持多个文件的属性(存在和名称)同步
  • 添加新属性和翻译而无需直接操作文件
  • 概述当前翻译的内容和内容

我找到了getlocalization.com,但是:

I found getlocalization.com but:

  • 不能添加说明字段(仅此一项就不会那么糟糕)
  • 无法在应用中编辑主文件(例如英语),必须在json本身中完成并再次上传

另一个可能是poedit,但这具有非常奇怪的json结构.

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

是否有处理此类问题的程序?

Is there a program which handles such things?

谢谢.

推荐答案

今天,我建议: http://locize.com

不确定是否存在类似的内容,您可以尝试:

Not sure if something like this exists you could try:

http://i18next.com/pages/ext_webtranslate.html (按原样使用或分叉和自定义)

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

https://webtranslateit.com/en

这篇关于用于管理json本地化文件的程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆