forked from SuperTux/supertux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set tinygettext to hash cbd7e8b8067cc8abe3207233cd035ca8742a3d98, thi…
…s is the only working hash for Ubuntu touch
- Loading branch information
1 parent
8a4c580
commit 1852cc4
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule tinygettext
updated
31 files
+0 −23 | .appveyor-macos.yml | |
+0 −41 | .appveyor.yml | |
+10 −2 | .gitignore | |
+199 −44 | CMakeLists.txt | |
+100 −0 | FindICONV.cmake | |
+1 −2 | LICENSE.md | |
+11 −11 | README.md | |
+0 −85 | flake.lock | |
+0 −24 | flake.nix | |
+0 −47 | guix.scm | |
+3 −1 | include/tinygettext/dictionary.hpp | |
+3 −2 | include/tinygettext/dictionary_manager.hpp | |
+3 −1 | include/tinygettext/file_system.hpp | |
+18 −46 | include/tinygettext/iconv.hpp | |
+4 −2 | include/tinygettext/language.hpp | |
+3 −1 | include/tinygettext/log.hpp | |
+1 −1 | include/tinygettext/log_stream.hpp | |
+8 −6 | include/tinygettext/plural_forms.hpp | |
+3 −1 | include/tinygettext/po_parser.hpp | |
+5 −3 | include/tinygettext/unix_file_system.hpp | |
+0 −4 | src/dictionary.cpp | |
+17 −23 | src/dictionary_manager.cpp | |
+14 −10 | src/iconv.cpp | |
+5 −9 | src/language.cpp | |
+2 −26 | src/plural_forms.cpp | |
+6 −3 | src/po_parser.cpp | |
+20 −8 | src/unix_file_system.cpp | |
+0 −4 | test/po_parser_test.cpp | |
+1 −5 | test/tinygettext_test.cpp | |
+0 −11 | tinygettext-config.cmake.in | |
+0 −36 | tinygettext.nix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters