summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phpunit/data/localisationcache
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/tests/phpunit/data/localisationcache')
-rw-r--r--www/wiki/tests/phpunit/data/localisationcache/ba.json3
-rw-r--r--www/wiki/tests/phpunit/data/localisationcache/en.json5
-rw-r--r--www/wiki/tests/phpunit/data/localisationcache/ru.json4
3 files changed, 12 insertions, 0 deletions
diff --git a/www/wiki/tests/phpunit/data/localisationcache/ba.json b/www/wiki/tests/phpunit/data/localisationcache/ba.json
new file mode 100644
index 00000000..59b89121
--- /dev/null
+++ b/www/wiki/tests/phpunit/data/localisationcache/ba.json
@@ -0,0 +1,3 @@
+{
+ "present-ba": "ba"
+}
diff --git a/www/wiki/tests/phpunit/data/localisationcache/en.json b/www/wiki/tests/phpunit/data/localisationcache/en.json
new file mode 100644
index 00000000..39cce86b
--- /dev/null
+++ b/www/wiki/tests/phpunit/data/localisationcache/en.json
@@ -0,0 +1,5 @@
+{
+ "present-ba": "en",
+ "present-ru": "en",
+ "present-en": "en"
+}
diff --git a/www/wiki/tests/phpunit/data/localisationcache/ru.json b/www/wiki/tests/phpunit/data/localisationcache/ru.json
new file mode 100644
index 00000000..c9f89d38
--- /dev/null
+++ b/www/wiki/tests/phpunit/data/localisationcache/ru.json
@@ -0,0 +1,4 @@
+{
+ "present-ba": "ru",
+ "present-ru": "ru"
+}