mirror of
git://repo.or.cz/minetest_inventory_icon.git
synced 2025-07-14 22:30:26 +02:00
Use new intllib format strings
This commit is contained in:
@ -1 +1 @@
|
||||
%d/%d = %d/%d
|
||||
@1/@2 = @1/@2
|
||||
|
@ -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 =
|
||||
|
Reference in New Issue
Block a user