Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-02-09 05:09:51 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-02-10 00:23:22 +0300
commit3bf35892dd9c42d7765c3e79906abc06cc6f350b (patch)
tree53bccdc99d95f08ee3c2ff577176e0e8092a8e2d /lang/dev.json
parente084b065d0b8abd8684fb74be4d1e0e66db33f74 (diff)
#7094 Added a new "Development" language that shows the raw translation id
This language is shown when development mode is enabled.
Diffstat (limited to 'lang/dev.json')
-rw-r--r--lang/dev.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/dev.json b/lang/dev.json
new file mode 100644
index 0000000000..a7346e864a
--- /dev/null
+++ b/lang/dev.json
@@ -0,0 +1,6 @@
+{
+ "General": {
+ "OriginalLanguageName": "Development",
+ "EnglishLanguageName": "Development"
+ }
+}