From 731cef2549070d2687deb8ffc9f95cdaeb27bf37 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 22 Jul 2019 22:43:47 +0500 Subject: [PATCH] Move translation files --- config/locales/{ => other}/en.yml | 0 config/locales/{ => other}/ru.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/locales/{ => other}/en.yml (100%) rename config/locales/{ => other}/ru.yml (100%) diff --git a/config/locales/en.yml b/config/locales/other/en.yml similarity index 100% rename from config/locales/en.yml rename to config/locales/other/en.yml diff --git a/config/locales/ru.yml b/config/locales/other/ru.yml similarity index 100% rename from config/locales/ru.yml rename to config/locales/other/ru.yml