N°4569 - dictionaries

This commit is contained in:
Eric Espie
2022-03-03 10:00:25 +01:00
parent 94d31827e7
commit 4fdbec72d4
14 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2013 XXXXX
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('JA JP', 'Japanese', '日本語', array(
'theme:light-grey' => 'Light Grey (deprecated)~~',
));