compiler/ecere/i18n: Added i18n context support through $"context"."string" syntax...
authorJerome St-Louis <jerome@ecere.com>
Thu, 13 Oct 2011 06:52:06 +0000 (02:52 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 13 Oct 2011 06:52:06 +0000 (02:52 -0400)
commite3d155fe383a8ed743356ef58d9873db9938118a
treeac20a5c55d8fe1fbf8aaaba4f2f2ea9f8a934361
parent32cf6d6c83295c45b2caa915fb52da3eb4eeb716
compiler/ecere/i18n: Added i18n context support through $"context"."string" syntax; Added multiple references support in .bowl files (.pot generation in ecs still need to be finalized); Updated bootstrap compiler
22 files changed:
compiler/bootstrap/ecere/bootstrap/Map.c
compiler/bootstrap/ecere/bootstrap/ecere.main.c
compiler/bootstrap/ecere/bootstrap/i18n.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/type.c
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.output [new file with mode: 0644]
compiler/libec/src/expression.y
compiler/libec/src/grammar.ec
compiler/libec/src/grammar.output [new file with mode: 0644]
compiler/libec/src/grammar.y
compiler/libec/src/type.ec
compiler/libec/src/type.output [new file with mode: 0644]
compiler/libec/src/type.y
ecere/src/sys/i18n.ec