简体   繁体   English

开源文本本地化库

[英]Open Source Text Localization Library

Is there an open source project that handles the process of localizing tokenized string text to other languages, and has complex handling for grammar, spelling (definite, indefinite, plural, singular), also for languages like german handling of masculine, feminine, neuter. 是否有一个开放源代码项目可以处理将标记化字符串文本本地化为其他语言的过程,并且对语法,拼写(定,不定,复数,单数)以及德语(如德语)对男性,女性,中性语言的处理都复杂。

Most localization frameworks do wholesale replace of strings and don't take into account tokenized strings that might refer to objects that in some languages could be masculine/feminine/neuter. 大多数本地化框架会完全替换字符串,并且不考虑标记化的字符串,后者可能是指某些语言中可能是男性/女性/中性的对象。

The programming language I'm looking for is Javascript/Java/Actionscript/Python, it'd be nice if there was a programming-language independent data-format for creating the string tables. 我正在寻找的编程语言是Javascript / Java / Actionscript / Python,如果有一种与编程语言无关的数据格式来创建字符串表,那将是很好的选择。

To answer your question, I've not heard of any such a framework. 要回答您的问题,我还没有听说过任何这样的框架。

From the limited amount that I understand and have heard about this topic, I'd say that this is beyond the state of the art ... certainly if you are trying to do this across multiple languages. 从我了解和听说过的有关此主题的有限信息中,我想说的是,这超出了现有技术水平……当然,如果您尝试跨多种语言来做到这一点。

Here are some relevant resources: 以下是一些相关资源:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM