Use new intllib format strings

This commit is contained in:
Wuzzy
2016-11-09 01:55:18 +01:00
parent 700fd8b4a6
commit 608943de66
3 changed files with 8 additions and 9 deletions

View File

@ -1 +1 @@
%d/%d = %d/%d
@1/@2 = @1/@2

View File

@ -1,4 +1,3 @@
# Shows number of occupied (first number) vs number of total inventory slots (second number).
# “%d” is a placeholder which stands for a number.
# Shows number of occupied (@1) vs number of total inventory slots (@2).
# Try to keep the translation short.
%d/%d =
@1/@2 =