Browse Source

Update translation template

pull/4262/merge
Anders Jenbo 4 years ago
parent
commit
6c97fae5b0
  1. 2
      Source/control.cpp
  2. 1857
      Translations/devilutionx.pot

2
Source/control.cpp

@ -1035,8 +1035,8 @@ void DrawGoldSplit(const Surface &out, int amount)
CelDrawTo(out, GetPanelPosition(UiPanels::Inventory, { dialogX, 178 }), *pGBoxBuff, 1);
const std::string description = fmt::format(
/* TRANSLATORS: {:d} is a number. Dialog is shown when splitting a stash of Gold.*/
ngettext(
/* TRANSLATORS: {:d} is a number. Dialog is shown when splitting a stash of Gold.*/
"You have {:d} gold piece. How many do you want to remove?",
"You have {:d} gold pieces. How many do you want to remove?",
initialDropGoldValue),

1857
Translations/devilutionx.pot

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save