diff --git a/locale/template.pot b/locale/template.pot deleted file mode 100644 index e2d0d6d..0000000 --- a/locale/template.pot +++ /dev/null @@ -1,87 +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-21 19:38-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:158 -msgid "Post your bulletin here for the cost of @1 @2" -msgstr "" - -#: init.lua:160 -msgid "Post your bulletin here" -msgstr "" - -#: init.lua:186 -msgid "" -"@1\n" -"Posted by @2\n" -"@3 days ago" -msgstr "" - -#: init.lua:212 -msgid "Post bulletin with this icon at the cost of @1 @2" -msgstr "" - -#: init.lua:215 -msgid "Post bulletin with this icon" -msgstr "" - -#: init.lua:222 -msgid "Prev" -msgstr "" - -#: init.lua:223 -msgid "Next" -msgstr "" - -#: init.lua:227 -msgid "Title:" -msgstr "" - -#: init.lua:228 -msgid "Contents:" -msgstr "" - -#: init.lua:229 -msgid "Post:" -msgstr "" - -#: init.lua:235 -#: init.lua:247 -msgid "Delete this bulletin" -msgstr "" - -#: init.lua:236 -#: init.lua:248 -msgid "Delete:" -msgstr "" - -#: init.lua:239 -msgid "Posted by @1" -msgstr "" - -#: init.lua:244 -msgid "Back to Board" -msgstr "" - -#: init.lua:410 -msgid "Public Bulletin Board" -msgstr "" - -#: init.lua:416 -msgid "Copper Board" -msgstr "" diff --git a/locale/template.txt b/locale/template.txt new file mode 100644 index 0000000..beb3f45 --- /dev/null +++ b/locale/template.txt @@ -0,0 +1,17 @@ +, Cost: @1 @2= +@1@nPosted by @2@n@3 days ago= +Back to Board= +Contents:= +Copper Board= +Delete this bulletin= +Delete:= +Next= +Post bulletin with this icon= +Post bulletin with this icon at the cost of @1 @2= +Post your bulletin here= +Post your bulletin here for the cost of @1 @2= +Post:= +Posted by @1= +Prev= +Public Bulletin Board= +Title:= \ 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