switch to built-in translator

This commit is contained in:
FaceDeer 2020-02-16 20:13:24 -07:00
parent 399b126f23
commit 39f0301149
3 changed files with 16 additions and 71 deletions

View File

@ -1,65 +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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-01-25 00:50-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: init.lua:368
msgid "You've discovered @1"
msgstr ""
#: init.lua:372
msgid "OK"
msgstr ""
#: init.lua:468
msgid "Open server controls for named_waypoints"
msgstr ""
#: init.lua:471
#: init.lua:484
msgid "This command is for server admins only."
msgstr ""
#: init.lua:517
msgid "Waypoint updated."
msgstr ""
#: init.lua:519
msgid "Invalid syntax."
msgstr ""
#: init.lua:538
msgid "There's already a waypoint there."
msgstr ""
#: init.lua:568
msgid "Set all waypoints of a type as discovered by you"
msgstr ""
#: init.lua:569
#: init.lua:582
msgid "waypoint type"
msgstr ""
#: init.lua:573
#: init.lua:586
msgid "Please provide a valid waypoint type as a parameter"
msgstr ""
#: init.lua:581
msgid "Set all waypoints of a type as not discovered by you"
msgstr ""

16
locale/template.txt Normal file
View File

@ -0,0 +1,16 @@
Delete=
Invalid syntax.=
New=
OK=
Open server controls for named_waypoints=
Please provide a valid waypoint type as a parameter=
Rename=
Save=
Set all waypoints of a type as discovered by you=
Set all waypoints of a type as not discovered by you=
Teleport=
There's already a waypoint there.=
This command is for server admins only.=
Waypoint updated.=
You've discovered @1=
waypoint type=

View File

@ -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%