Opened 14 years ago
Closed 13 years ago
#4155 closed enhancement (wontfix)
JS to Xliff tool for translation
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Internationalization | Version: | 0.9 |
Keywords: | i18n | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
This tool converts between the JSON format used for localized resources in Dojo and the Xliff format, which is an industry standard. Sorry, it's Java based :'-|
Attachments (5)
Change History (7)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Cc: | [email protected]… added |
---|---|
Keywords: | i18n added |
Resolution: | → wontfix |
Status: | new → closed |
no plans to check in at this time, but we're willing to contribute this patch or an updated version at any time. I have to wonder if we'd be better off implementing this in JS.
Changed 13 years ago by
Attachment: | js2xliff.js added |
---|
prototype of JS-based js to xliff converter. Goes in util/buildscripts/jslib
Changed 13 years ago by
Attachment: | xliff2js.js added |
---|
prototype of JS-based xliff to js converter. Goes in util/buildscripts/jslib
Note: See
TracTickets for help on using
tickets.
Hmm... Needs java source.