diff --git a/locales/en.json b/locales/en.json new file mode 100644 index 0000000..50130ef --- /dev/null +++ b/locales/en.json @@ -0,0 +1,4 @@ +{ + "en": "English", + "key.to.override": "value" +} \ No newline at end of file diff --git a/locales/ru.json b/locales/ru.json new file mode 100644 index 0000000..d882673 --- /dev/null +++ b/locales/ru.json @@ -0,0 +1,4 @@ +{ + "ru": "Русский", + "key.to.override": "Значение" +} \ No newline at end of file