From 64887d88d1ab2fa2b81245bbbbba1040103c4de9 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sun, 16 Feb 2020 20:07:28 -0700 Subject: [PATCH] switch to built-in translator --- depends.txt | 1 - locale/template.pot | 26 -------------------------- locale/template.txt | 2 ++ locale/update.bat | 6 ------ 4 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 depends.txt delete mode 100644 locale/template.pot create mode 100644 locale/template.txt delete mode 100644 locale/update.bat diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 5e78c21..0000000 --- a/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default? diff --git a/locale/template.pot b/locale/template.pot deleted file mode 100644 index cc7f1dc..0000000 --- a/locale/template.pot +++ /dev/null @@ -1,26 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-01-19 19:07-0700\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: init.lua:156 -msgid "Bell" -msgstr "" - -#: init.lua:228 -msgid "Small bell" -msgstr "" diff --git a/locale/template.txt b/locale/template.txt new file mode 100644 index 0000000..02795d2 --- /dev/null +++ b/locale/template.txt @@ -0,0 +1,2 @@ +Bell= +Small bell= \ No newline at end of file diff --git a/locale/update.bat b/locale/update.bat deleted file mode 100644 index e87d44c..0000000 --- a/locale/update.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off -setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION -cd .. -set LIST= -for /r %%X in (*.lua) do set LIST=!LIST! %%X -..\intllib\tools\xgettext.bat %LIST% \ No newline at end of file