mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
f462ea5bb0
Split the i18n messages into four groups: * oojs-ui (moved to the oojs-ui repo in a separate commit) * VE core * VE-MW (MediaWiki-specific things) * VE-WMF (Wikimedia-specific things) The VE-WMF group is new, and we'll split WMF-specific code out into it later, for now it's just messages associated with that code. Each language has its own JSON file at modules/MODULE/i18n/LANG.json Kept messages in VisualEditor.i18n.php as the master copy, because TranslateWiki can't deal with the JSON files just yet. Added a script to rebuild the JSON files from the PHP file. Change-Id: I94e084b2f10994f41324fd08a05ff7f8391ea2eb
26 lines
534 B
JSON
26 lines
534 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Trevor Parscal",
|
|
"Ed Sanders",
|
|
"James D. Forrester",
|
|
"Raimond Spekking",
|
|
"Erik Moeller",
|
|
"Moriel Schottlender",
|
|
"Yuki Shira",
|
|
"Siebrand Mazeland",
|
|
"Rob Moen",
|
|
"Timo Tijhof",
|
|
"Roan Kattouw",
|
|
"Christian Williams",
|
|
"Amir E. Aharoni"
|
|
]
|
|
},
|
|
"ooui-dialog-action-close": "Close",
|
|
"ooui-outline-control-move-down": "Move item down",
|
|
"ooui-outline-control-move-up": "Move item up",
|
|
"ooui-toggle-on": "On",
|
|
"ooui-toggle-off": "Off",
|
|
"ooui-toolbar-more": "More"
|
|
}
|