https://github.com/mathjax/mathjax-i18n
MathJax localization
https://github.com/mathjax/mathjax-i18n
internationalization javascript json localization mathjax translatewiki
Last synced: 10 days ago
JSON representation
MathJax localization
- Host: GitHub
- URL: https://github.com/mathjax/mathjax-i18n
- Owner: mathjax
- License: apache-2.0
- Created: 2013-06-20T10:04:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T12:07:42.000Z (about 1 month ago)
- Last Synced: 2025-04-24T05:46:20.801Z (10 days ago)
- Topics: internationalization, javascript, json, localization, mathjax, translatewiki
- Language: JavaScript
- Size: 1.18 MB
- Stars: 16
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING.txt
Awesome Lists containing this project
README
MathJax-i18n
============This repository contains localization data for MathJax as well as tools to
convert them. The localization data are organized as follows:* config.js: configuration for languages and domains.
* JSON/: the localizable strings in JSON jquery.i18n format.
See also the [Statistics on TranslateWiki](https://translatewiki.net/w/i.php?title=Special:MessageGroupStats&group=out-mathjax-0-all#sortable:3=asc).@translators: translations should ideally be done on TranslateWiki and the JSON
files commited here. Do not forget to update config.js if you add new
languages.
- You can check the ChangeLog file to track string changes by MathJax
developers.
- Use the conversion tools if you wish to integrate the new translation
data in your local MathJax installation.
- The "qqq" language contains string descriptions that may be helpful.
- Starting with MathJax v2.3, the Web page test/localization.html may be used
to test the localization strings in context.@MathJax developers: when new strings are created or removed, be sure to update
config.js and to use the conversion tools to update the JSON files
appropriately. If you add/modify/remove strings, don't forget to update the
ChangeLog file and to inform the translators about obsolete/new strings on the
MathJax Project TranslateWiki page.To use the conversion tools, please edit the 'config.cfg' file and run
'make help' for further details.