add static import of tinygettext
authorChristoph Sommer <mail@christoph-sommer.de>
Sat, 21 Jan 2012 10:00:24 +0000 (11:00 +0100)
committerChristoph Sommer <mail@christoph-sommer.de>
Sat, 21 Jan 2012 10:09:13 +0000 (11:09 +0100)
commitadc1067eeb6696a552f6738d9d394e619bf652f0
tree7ba0a8ed45c2d0452d29103bac05f5979f27b8ad
parentd67e254c942c192c47a1d1ab1198cc532f29f522
add static import of tinygettext
39 files changed:
external/tinygettext/CMakeLists.txt [new file with mode: 0644]
external/tinygettext/FindICONV.cmake [new file with mode: 0644]
external/tinygettext/NEWS [new file with mode: 0644]
external/tinygettext/README [new file with mode: 0644]
external/tinygettext/SConstruct [new file with mode: 0644]
external/tinygettext/TODO [new file with mode: 0644]
external/tinygettext/test/broken.po [new file with mode: 0644]
external/tinygettext/test/game/de.po [new file with mode: 0644]
external/tinygettext/test/helloworld.cpp [new file with mode: 0644]
external/tinygettext/test/helloworld/de.po [new file with mode: 0644]
external/tinygettext/test/helloworld/helloworld.pot [new file with mode: 0644]
external/tinygettext/test/level/de.po [new file with mode: 0644]
external/tinygettext/test/po/de.po [new file with mode: 0644]
external/tinygettext/test/po/de_AT.po [new file with mode: 0644]
external/tinygettext/test/po/fr.po [new file with mode: 0644]
external/tinygettext/test/po_parser_test.cpp [new file with mode: 0644]
external/tinygettext/test/test.sh [new file with mode: 0755]
external/tinygettext/test/tinygettext_test.cpp [new file with mode: 0644]
external/tinygettext/tinygettext.pc.in [new file with mode: 0644]
external/tinygettext/tinygettext/dictionary.cpp [new file with mode: 0644]
external/tinygettext/tinygettext/dictionary.hpp [new file with mode: 0644]
external/tinygettext/tinygettext/dictionary_manager.cpp [new file with mode: 0644]
external/tinygettext/tinygettext/dictionary_manager.hpp [new file with mode: 0644]
external/tinygettext/tinygettext/file_system.hpp [new file with mode: 0644]
external/tinygettext/tinygettext/iconv.cpp [new file with mode: 0644]
external/tinygettext/tinygettext/iconv.hpp [new file with mode: 0644]
external/tinygettext/tinygettext/language.cpp [new file with mode: 0644]
external/tinygettext/tinygettext/language.hpp [new file with mode: 0644]
external/tinygettext/tinygettext/log.cpp [new file with mode: 0644]
external/tinygettext/tinygettext/log.hpp [new file with mode: 0644]
external/tinygettext/tinygettext/log_stream.hpp [new file with mode: 0644]
external/tinygettext/tinygettext/plural_forms.cpp [new file with mode: 0644]
external/tinygettext/tinygettext/plural_forms.hpp [new file with mode: 0644]
external/tinygettext/tinygettext/po_parser.cpp [new file with mode: 0644]
external/tinygettext/tinygettext/po_parser.hpp [new file with mode: 0644]
external/tinygettext/tinygettext/tinygettext.cpp [new file with mode: 0644]
external/tinygettext/tinygettext/tinygettext.hpp [new file with mode: 0644]
external/tinygettext/tinygettext/unix_file_system.cpp [new file with mode: 0644]
external/tinygettext/tinygettext/unix_file_system.hpp [new file with mode: 0644]