Translate string

This commit is contained in:
Jean-Patrick Guerrero 2021-01-23 01:41:48 +01:00
parent e1679e6461
commit 6e696a6ecb
1 changed files with 2 additions and 2 deletions

View File

@ -1761,8 +1761,8 @@ end
local function get_award_list(data, fs, ctn_len, yextra, award_list, awards_unlocked, award_list_nb)
local percent = fmt("%.1f%%", (awards_unlocked * 100) / award_list_nb):gsub(".0", "")
add_subtitle(fs, fmt("%s: %u of %u (%s)", ES"Achievements",
awards_unlocked, award_list_nb, percent), 0, yextra, ctn_len)
add_subtitle(fs, ES("Achievements: @1 of @2 (@3)", awards_unlocked, award_list_nb, percent),
0, yextra, ctn_len)
for i = 1, award_list_nb do
local award = award_list[i]