[Commits] [wesnoth/wesnoth] 3cdbd4: Add new translation library

GitHub noreply at github.com
Wed Aug 24 13:52:38 UTC 2016


  Branch: refs/heads/spirit_po
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 3cdbd4a5edf1efc54d431dab2c6e379800d7ddb2
      https://github.com/wesnoth/wesnoth/commit/3cdbd4a5edf1efc54d431dab2c6e379800d7ddb2
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    A src/spirit_po.hpp
    A src/spirit_po/catalog.hpp
    A src/spirit_po/catalog_metadata.hpp
    A src/spirit_po/default_plural_forms_compiler.hpp
    A src/spirit_po/default_plural_forms_expressions.hpp
    A src/spirit_po/exceptions.hpp
    A src/spirit_po/po_grammar.hpp
    A src/spirit_po/po_message.hpp
    A src/spirit_po/po_message_adapted.hpp
    A src/spirit_po/version.hpp

  Log Message:
  -----------
  Add new translation library
(from cbeck88/spirit-po at 627a5cb94e6139545647b31baac9bb8d2b1005f2 )


  Commit: 255519e33f527c6d0ee8a08e8e2ea924a1950998
      https://github.com/wesnoth/wesnoth/commit/255519e33f527c6d0ee8a08e8e2ea924a1950998
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    R src/gettext.cpp

  Log Message:
  -----------
  Remove option to link libintl instead of Boost.Locale


  Commit: 0792e1bb1fe94a4c194fdd72e5d32c1272a731fb
      https://github.com/wesnoth/wesnoth/commit/0792e1bb1fe94a4c194fdd72e5d32c1272a731fb
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/gettext.hpp
    M src/gettext_boost.cpp
    M src/units/attack_type.cpp

  Log Message:
  -----------
  Use spirit-po instead of Boost.Locale for translations


  Commit: 5b5cece246b729934d0f7b901e5d4ee09ca90425
      https://github.com/wesnoth/wesnoth/commit/5b5cece246b729934d0f7b901e5d4ee09ca90425
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M src/gettext.hpp
    M src/gettext_boost.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  Remove obsolete functions from translations framework


  Commit: 8af3527c281714b3b762015072ea370876c02b21
      https://github.com/wesnoth/wesnoth/commit/8af3527c281714b3b762015072ea370876c02b21
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    A po/.rsync-filter
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Update XCode project

It now copies all the po files on each build.


  Commit: 1145534bf82eed13f59532f82e52d85fc7394d69
      https://github.com/wesnoth/wesnoth/commit/1145534bf82eed13f59532f82e52d85fc7394d69
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  Fix compile on non-apple non-windows platforms


  Commit: 2f97e55145d98a812d9e2e5f6952f9a8956fd303
      https://github.com/wesnoth/wesnoth/commit/2f97e55145d98a812d9e2e5f6952f9a8956fd303
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M src/gettext_boost.cpp

  Log Message:
  -----------
  Initialize po catalog from memory instead of file

(iceiceice says that this is faster)


  Commit: c2034ec5a760ef6ab5df10fe9cffe38a41b657b1
      https://github.com/wesnoth/wesnoth/commit/c2034ec5a760ef6ab5df10fe9cffe38a41b657b1
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M src/gui/dialogs/language_selection.cpp
    M src/gui/dialogs/loadscreen.cpp

  Log Message:
  -----------
  Show loading screen when switching languages


  Commit: e426580a5af88c10972197f723597a65dad0dc99
      https://github.com/wesnoth/wesnoth/commit/e426580a5af88c10972197f723597a65dad0dc99
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  Fix indentation


  Commit: 450f7cd71eba0ed587d020d4242bd26ec8ce5adf
      https://github.com/wesnoth/wesnoth/commit/450f7cd71eba0ed587d020d4242bd26ec8ce5adf
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M src/tests/utils/game_config_manager.cpp

  Log Message:
  -----------
  Fix compile errors in unit tests


  Commit: c290dc23f11b6414710370d6fbbce9c696e03d1b
      https://github.com/wesnoth/wesnoth/commit/c290dc23f11b6414710370d6fbbce9c696e03d1b
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M src/gettext_boost.cpp

  Log Message:
  -----------
  Suppress "language missing" errors for en_US


Compare: https://github.com/wesnoth/wesnoth/compare/5ce3e28f3738...c290dc23f11b


More information about the Commits mailing list