Skip to content

Commit

Permalink
pofix: add fixes of previous commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr authored and Vultraz committed Feb 6, 2018
1 parent 1a09ba1 commit dc33cf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/campaigns/Dead_Water/scenarios/01_Invasion.cfg
Expand Up @@ -17,7 +17,7 @@
# under control. When it is, bring in more units to help them. Attack
# during the day, but retreat and heal at night: You can't afford to
# have very many units zombified. Also, rotate your units and use the
# ZOC of Gwabbo and your level ones to shield your wounded ones. Fighters
# ZOC of Gwabbo and your level ones to shield your wounded. Fighters
# are the best for this because they can take some punishment. When
# the map starts to thin out, circle most units around to the enemy
# leader. Try to make some brawlers, and take Gwabbo's advice to get
Expand Down
2 changes: 1 addition & 1 deletion data/lua/ilua.lua
Expand Up @@ -4,7 +4,7 @@
-- will try to print out tables recursively, subject to the pretty_print_limit value.
-- Steve Donovan, 2007
-- Adapted by iceiceice for wesnoth, 2014
-- Retrieeved from: http://lua-users.org/files/wiki_insecure/users/steved/ilua.lua
-- Retrieved from: http://lua-users.org/files/wiki_insecure/users/steved/ilua.lua
-- Note: This file is loaded automatically by the engine.

local pretty_print_limit = 20
Expand Down
5 changes: 4 additions & 1 deletion utils/pofix.py
Expand Up @@ -64,6 +64,8 @@
"wesnoth" : (
# conversion added in 1.11.10+dev
("Save and Abort game", "Save and abort game"),
("Filters on addon descripton,", "Filters on addon description,"),
("Messanger Waypoint 1", "Messenger Waypoint 1"),

# conversion added in 1.13.5+dev
("You don’t have a leader to", "You do not have a leader to"),
Expand All @@ -83,6 +85,7 @@
("displayed in the upper right, (under the default theme)", "displayed in the upper right (under the default theme)"),
("However the few implements", "However, the few implements"),
("humans can learn to wield it and able to learn", "humans can learn to wield it and are able to learn"),
("toggle bewteen human and AI.", "toggle between human and AI."),
),

"wesnoth-lib" : (
Expand Down Expand Up @@ -152,7 +155,7 @@
("Shujas are", "Shuja are"),
("Mudafis excel", "Mudafi excel"),
("uses to this advantage", "uses this to their advantage"),

("and are valuable enough that auxilliaries who specialize", "and are valuable enough that auxiliaries who specialize"),
),

"wesnoth-utbs" : (
Expand Down

0 comments on commit dc33cf7

Please sign in to comment.