From 30e24a0beeed642966f419715e7a1a3d5bd41481 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Thu, 8 Feb 2018 07:40:02 -0300 Subject: [PATCH] Fixed mismatching *printf fmt spec in translations. --- intl/msg_hash_de.h | 2 +- intl/msg_hash_es.h | 2 +- intl/msg_hash_fr.h | 2 +- intl/msg_hash_it.h | 2 +- intl/msg_hash_ja.h | 2 +- intl/msg_hash_ko.h | 2 +- intl/msg_hash_pl.h | 2 +- intl/msg_hash_pt_br.h | 2 +- intl/msg_hash_pt_pt.h | 2 +- intl/msg_hash_ru.h | 2 +- intl/msg_hash_vn.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index 10449b4f9a..fb2b0a57f6 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Du bist als Spieler %d beigetreten" + "Du bist als Spieler %u beigetreten" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index 58b4e74a5d..9407ac7ad8 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Unido como jugador %d" + "Unido como jugador %u" ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_WITH_INPUT_DEVICES_S, diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index 7e724453d5..3d24d43e66 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Vous avez rejoint le jeu en tant que joueur %d" + "Vous avez rejoint le jeu en tant que joueur %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_it.h b/intl/msg_hash_it.h index 9ba49a2bd7..13449e6e39 100644 --- a/intl/msg_hash_it.h +++ b/intl/msg_hash_it.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Sei entrato come giocatore %d" + "Sei entrato come giocatore %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_ja.h b/intl/msg_hash_ja.h index 1c257a27bc..f19ac68b4c 100644 --- a/intl/msg_hash_ja.h +++ b/intl/msg_hash_ja.h @@ -53,7 +53,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "「プレイヤー%d」で接続しました" + "「プレイヤー%u」で接続しました" ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_WITH_INPUT_DEVICES_S, diff --git a/intl/msg_hash_ko.h b/intl/msg_hash_ko.h index 5787dd7154..3396e6714c 100644 --- a/intl/msg_hash_ko.h +++ b/intl/msg_hash_ko.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Y%d 플레이어로 입장했습니다" + "Y%u 플레이어로 입장했습니다" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_pl.h b/intl/msg_hash_pl.h index 0d517a6ff3..057fbceec0 100644 --- a/intl/msg_hash_pl.h +++ b/intl/msg_hash_pl.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Dołączyłeś jako gracz %d" + "Dołączyłeś jako gracz %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_pt_br.h b/intl/msg_hash_pt_br.h index e85ec3b3ab..74d23fbc8b 100644 --- a/intl/msg_hash_pt_br.h +++ b/intl/msg_hash_pt_br.h @@ -35,7 +35,7 @@ MSG_HASH(MSG_NETPLAY_YOU_HAVE_LEFT_THE_GAME, "Você deixou o jogo" ) MSG_HASH(MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Você se juntou como jogador %d" + "Você se juntou como jogador %u" ) MSG_HASH(MSG_NETPLAY_ENDIAN_DEPENDENT, "Este núcleo não suporta Netplay inter-arquitetura entre estes sistemas" diff --git a/intl/msg_hash_pt_pt.h b/intl/msg_hash_pt_pt.h index 8fc632719f..7dba2c49cb 100644 --- a/intl/msg_hash_pt_pt.h +++ b/intl/msg_hash_pt_pt.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Você juntou-se como o(a) jogador(a) %d" + "Você juntou-se como o(a) jogador(a) %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index 5fe069db60..2c560a75cd 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -53,7 +53,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "Вы присоединились под именем %d" + "Вы присоединились под именем %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT, diff --git a/intl/msg_hash_vn.h b/intl/msg_hash_vn.h index c685d4354b..905384dd08 100644 --- a/intl/msg_hash_vn.h +++ b/intl/msg_hash_vn.h @@ -48,7 +48,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N, - "You have joined as player %d" + "You have joined as player %u" ) MSG_HASH( MSG_NETPLAY_ENDIAN_DEPENDENT,