From fd048ba8fa2a1061353476223a8c6e4f202fc6f4 Mon Sep 17 00:00:00 2001 From: Liane Hampe Date: Wed, 25 Oct 2023 08:13:26 +0200 Subject: [PATCH] Renames locales/ua.yml The localization in ua.yml is made under the key 'uk' representing Ukrainian. Therefore, the YAML file should use the same language code. --- config/locales/{ua.yml => uk.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/locales/{ua.yml => uk.yml} (100%) diff --git a/config/locales/ua.yml b/config/locales/uk.yml similarity index 100% rename from config/locales/ua.yml rename to config/locales/uk.yml