From 3311bf6ac04f6f010e5bf74b692c5ddee42240b7 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 25 Apr 2023 11:11:15 +0200 Subject: [PATCH] :paperclip: Remove duplicated file --- frontend/gulpfile.js | 1 + frontend/translations/fi.po | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 frontend/translations/fi.po diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 6c6366443..d91859673 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -53,6 +53,7 @@ function readLocales() { // this happens when file does not matches correct // iso code for the language. ["ja_jp", "jpn_JP"], + // ["fi", "fin_FI"], ["uk", "ukr_UA"] ]; const result = {}; diff --git a/frontend/translations/fi.po b/frontend/translations/fi.po deleted file mode 100644 index b1fc23594..000000000 --- a/frontend/translations/fi.po +++ /dev/null @@ -1,6 +0,0 @@ -msgid "" -msgstr "" -"X-Generator: Weblate\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" \ No newline at end of file