compiler: Support for i18n through $"string" syntax (generates .pot, requires libintl...
authorJerome St-Louis <jerome@ecere.com>
Sun, 28 Aug 2011 21:13:26 +0000 (17:13 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 28 Aug 2011 21:13:26 +0000 (17:13 -0400)
commite78cdadcd4a489ebfa04aa5280e0935d94ab3362
tree366adf6ebeecbb1d2e3141e7b58f107eb8f2049b
parent8884cb42bd52213ea9304fcd24683715c97b24a1
compiler: Support for i18n through $"string" syntax (generates .pot, requires libintl); documentor: Chinese localization contributed by liqi
37 files changed:
compiler/bootstrap/ecc/bootstrap/ecc.c
compiler/bootstrap/ecere/bootstrap/Container.c
compiler/bootstrap/ecere/bootstrap/File.c
compiler/bootstrap/ecere/bootstrap/String.c
compiler/bootstrap/ecere/bootstrap/dataTypes.c
compiler/bootstrap/ecere/bootstrap/ecere.main.c
compiler/bootstrap/ecere/bootstrap/instance.c
compiler/bootstrap/ecs/bootstrap/ecs.c
compiler/bootstrap/ecs/bootstrap/ecs.main.c
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/ec.main.c
compiler/bootstrap/libec/bootstrap/expression.c
compiler/bootstrap/libec/bootstrap/grammar.c
compiler/bootstrap/libec/bootstrap/lexer.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/type.c
compiler/ecc/ecc.ec
compiler/ecs/ecs.ec
compiler/libec/precompiled/expression.c
compiler/libec/precompiled/grammar.c
compiler/libec/precompiled/type.c
compiler/libec/src/ast.ec
compiler/libec/src/expression.ec
compiler/libec/src/expression.y
compiler/libec/src/grammar.ec
compiler/libec/src/grammar.y
compiler/libec/src/lexer.ec
compiler/libec/src/lexer.l
compiler/libec/src/pass15.ec
compiler/libec/src/type.ec
compiler/libec/src/type.y
documentor/Makefile
documentor/documentor.epj
documentor/locale/zh_CN/LC_MESSAGES/documentor.po [new file with mode: 0644]
documentor/src/Documentor.ec
documentor/src/SettingsDialog.ec
ecere/ecere.epj