From e7d320f635bcd5504260639d8d4c19f5a655d320 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Thu, 23 Feb 2023 21:46:22 +0900 Subject: [PATCH] Use locale instead of two_letters_code for translation --- Rakefile | 2 +- crowdin.yml | 2 +- data/languages.yaml | 67 +++++++++++++++++++++++---------------------- 3 files changed, 36 insertions(+), 35 deletions(-) diff --git a/Rakefile b/Rakefile index c1c149c..cd925a2 100644 --- a/Rakefile +++ b/Rakefile @@ -3,7 +3,7 @@ require "pathname" BUILD_DIR = Pathname("build") LOCALE_DIR = Pathname("trans") TRANS_DIR = Pathname("translate") -PSEUDO_LANG = "ach" +PSEUDO_LANG = "ach-UG" CROWDIN_SNIPPET = <