N°7143 Move datamodels/2.x dict files to dictionaries subdir

New phpunit method to ensure it won't happen again
This commit is contained in:
Pierre Goiffon
2024-01-15 15:00:08 +01:00
parent 9eeb4b8751
commit 8ef04bedf2
36 changed files with 138 additions and 273 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('TR TR', 'Turkish', 'Türkçe', array(
'theme:light-grey' => 'Light Grey (deprecated)~~',
));