From e79e8b582338985112ae86f794cc2a3265865d1a Mon Sep 17 00:00:00 2001 From: geekiot Date: Sun, 19 Oct 2025 17:55:37 +0500 Subject: [PATCH] Add [locale]: add RU & EN locales dirs --- src/locales/en/LC_MESSAGES/messages.po | 20 ++++++++++++++++++++ src/locales/ru/LC_MESSAGES/messages.po | 21 +++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 src/locales/en/LC_MESSAGES/messages.po create mode 100644 src/locales/ru/LC_MESSAGES/messages.po diff --git a/src/locales/en/LC_MESSAGES/messages.po b/src/locales/en/LC_MESSAGES/messages.po new file mode 100644 index 0000000..a9eb3c9 --- /dev/null +++ b/src/locales/en/LC_MESSAGES/messages.po @@ -0,0 +1,20 @@ +# English translations for PROJECT. +# Copyright (C) 2025 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2025. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2025-10-19 17:13+0500\n" +"PO-Revision-Date: 2025-10-19 17:54+0500\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + diff --git a/src/locales/ru/LC_MESSAGES/messages.po b/src/locales/ru/LC_MESSAGES/messages.po new file mode 100644 index 0000000..a467032 --- /dev/null +++ b/src/locales/ru/LC_MESSAGES/messages.po @@ -0,0 +1,21 @@ +# Russian translations for PROJECT. +# Copyright (C) 2025 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2025. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2025-10-19 17:13+0500\n" +"PO-Revision-Date: 2025-10-19 15:07+0500\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" +