Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions compiler/ecc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ RESOURCES = \
locale/pt_BR.mo \
locale/ru.mo \
locale/vi.mo \
locale/zh_CN.mo
locale/zh_CN.mo \
locale/zh_TW.mo

LIBS += $(SHAREDLIB) $(EXECUTABLE) $(LINKOPT)

Expand Down Expand Up @@ -122,7 +123,7 @@ ifndef STATIC_LIBRARY_TARGET
ifndef NOSTRIP
$(STRIP) $(STRIPOPT) $(TARGET)
endif
$(EAR) aw$(EARFLAGS) $(TARGET) locale/es.mo locale/he.mo locale/pt_BR.mo locale/ru.mo locale/vi.mo locale/zh_CN.mo "locale"
$(EAR) aw$(EARFLAGS) $(TARGET) locale/es.mo locale/he.mo locale/pt_BR.mo locale/ru.mo locale/vi.mo locale/zh_CN.mo locale/zh_TW.mo "locale"
else
$(AR) rcs $(TARGET) $(OBJECTS) $(LIBS)
endif
Expand Down
3 changes: 2 additions & 1 deletion compiler/ecc/ecc.epj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
"pt_BR.mo",
"ru.mo",
"vi.mo",
"zh_CN.mo"
"zh_CN.mo",
"zh_TW.mo"
]
}
]
Expand Down
Binary file added compiler/ecc/locale/zh_TW.mo
Binary file not shown.
22 changes: 22 additions & 0 deletions compiler/ecc/locale/zh_TW.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Traditional Chinese (Taiwan) translation for ecc
# Copyright (C) 2024 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
msgid ""
msgstr ""
"Project-Id-Version: ecc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Peter Dave Hello <hsu@peterdavehello.org>\n"
"Language-Team: \n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Basepath: ../\n"

#: ./ecc.ec:456
msgid "Syntax:\n ecc [-t <target platform>] [-cpp <c preprocessor>] [-o <output>] [-module <module>] [-symbols <outputdir>] [-I<includedir>]* [-isystem <sysincludedir>]* [-D<definition>]* -c <input>\n"
msgstr "語法:\n ecc [-t <目標平台>] [-cpp <C 前置處理器>] [-o <輸出>] [-module <模組>] [-symbols <輸出目錄>] [-I<包含目錄>]* [-isystem <系統包含目錄>]* [-D<定義>]* -c <輸入>\n"

5 changes: 3 additions & 2 deletions compiler/ecp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ RESOURCES = \
locale/he.mo \
locale/pt_BR.mo \
locale/ru.mo \
locale/zh_CN.mo
locale/zh_CN.mo \
locale/zh_TW.mo

LIBS += $(SHAREDLIB) $(EXECUTABLE) $(LINKOPT)

Expand Down Expand Up @@ -120,7 +121,7 @@ ifndef STATIC_LIBRARY_TARGET
ifndef NOSTRIP
$(STRIP) $(STRIPOPT) $(TARGET)
endif
$(EAR) aw$(EARFLAGS) $(TARGET) locale/es.mo locale/he.mo locale/pt_BR.mo locale/ru.mo locale/zh_CN.mo "locale"
$(EAR) aw$(EARFLAGS) $(TARGET) locale/es.mo locale/he.mo locale/pt_BR.mo locale/ru.mo locale/zh_CN.mo locale/zh_TW.mo "locale"
else
$(AR) rcs $(TARGET) $(OBJECTS) $(LIBS)
endif
Expand Down
3 changes: 2 additions & 1 deletion compiler/ecp/ecp.epj
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"he.mo",
"pt_BR.mo",
"ru.mo",
"zh_CN.mo"
"zh_CN.mo",
"zh_TW.mo"
]
}
]
Expand Down
Binary file added compiler/ecp/locale/zh_TW.mo
Binary file not shown.
26 changes: 26 additions & 0 deletions compiler/ecp/locale/zh_TW.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Traditional Chinese (Taiwan) translation for ecp
# Copyright (C) 2024 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
msgid ""
msgstr ""
"Project-Id-Version: ecp\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Peter Dave Hello <hsu@peterdavehello.org>\n"
"Language-Team: \n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Basepath: ../\n"

#: ./ecp.ec:1521
msgid "Syntax:\n ecp [-t <target platform>] [-cpp <c preprocessor>] [-o <output>] [-symbols <outputdir>] [-I<includedir>]* [-isystem <sysincludedir>]* [-D<definition>]* -c <input>\n"
msgstr "語法:\n ecp [-t <目標平台>] [-cpp <C 前置處理器>] [-o <輸出>] [-symbols <輸出目錄>] [-I<包含目錄>]* [-isystem <系統包含目錄>]* [-D<定義>]* -c <輸入>\n"

#: ./ecp.ec:825
msgid "error: could not resolve value %s for enum %s in precompiler\n"
msgstr "錯誤:無法在前置編譯器中解析值 %s(列舉 %s)\n"

5 changes: 3 additions & 2 deletions compiler/ecs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ RESOURCES = \
locale/he.mo \
locale/pt_BR.mo \
locale/ru.mo \
locale/zh_CN.mo
locale/zh_CN.mo \
locale/zh_TW.mo

LIBS += $(SHAREDLIB) $(EXECUTABLE) $(LINKOPT)

Expand Down Expand Up @@ -120,7 +121,7 @@ ifndef STATIC_LIBRARY_TARGET
ifndef NOSTRIP
$(STRIP) $(STRIPOPT) $(TARGET)
endif
$(EAR) aw$(EARFLAGS) $(TARGET) locale/es.mo locale/he.mo locale/pt_BR.mo locale/ru.mo locale/zh_CN.mo "locale"
$(EAR) aw$(EARFLAGS) $(TARGET) locale/es.mo locale/he.mo locale/pt_BR.mo locale/ru.mo locale/zh_CN.mo locale/zh_TW.mo "locale"
else
$(AR) rcs $(TARGET) $(OBJECTS) $(LIBS)
endif
Expand Down
3 changes: 2 additions & 1 deletion compiler/ecs/ecs.epj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"he.mo",
"pt_BR.mo",
"ru.mo",
"zh_CN.mo"
"zh_CN.mo",
"zh_TW.mo"
]
}
]
Expand Down
Binary file added compiler/ecs/locale/zh_TW.mo
Binary file not shown.
22 changes: 22 additions & 0 deletions compiler/ecs/locale/zh_TW.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Traditional Chinese (Taiwan) translation for ecs
# Copyright (C) 2024 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
msgid ""
msgstr ""
"Project-Id-Version: ecs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Peter Dave Hello <hsu@peterdavehello.org>\n"
"Language-Team: \n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Basepath: ../\n"

#: ./ecs.ec:1719
msgid "Syntax:\n ecs [-t <target platform>] <input>[, <input>]* -o <output>\n"
msgstr "語法:\n ecs [-t <目標平台>] <輸入>[, <輸入>]* -o <輸出>\n"

5 changes: 3 additions & 2 deletions compiler/libec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ SOURCES = $(ECSOURCES) \
RESOURCES = \
locale/es.mo \
locale/mr.mo \
locale/zh_CN.mo
locale/zh_CN.mo \
locale/zh_TW.mo

LIBS += $(SHAREDLIB) $(EXECUTABLE) $(LINKOPT)

Expand Down Expand Up @@ -151,7 +152,7 @@ ifndef STATIC_LIBRARY_TARGET
ifndef NOSTRIP
$(STRIP) $(STRIPOPT) $(TARGET)
endif
$(EAR) aw$(EARFLAGS) $(TARGET) locale/es.mo locale/mr.mo locale/zh_CN.mo "locale"
$(EAR) aw$(EARFLAGS) $(TARGET) locale/es.mo locale/mr.mo locale/zh_CN.mo locale/zh_TW.mo "locale"
else
$(AR) rcs $(TARGET) $(OBJECTS) $(LIBS)
endif
Expand Down
3 changes: 2 additions & 1 deletion compiler/libec/ec.epj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
"Files" : [
"es.mo",
"mr.mo",
"zh_CN.mo"
"zh_CN.mo",
"zh_TW.mo"
]
}
]
Expand Down
Binary file added compiler/libec/locale/zh_TW.mo
Binary file not shown.
Loading