Aller au contenu

« Module:Localisations » : différence entre les versions

m
bugfix
(Ajout de LPZA (test))
Balise : Révoqué
m (bugfix)
Balise : Révoqué
Ligne 130 : Ligne 130 :
game_displays[game] = game_to_game_long[game]
game_displays[game] = game_to_game_long[game]
local game_link = game_to_game_long[game]
local game_link = game_to_game_long[game]
if game ~= "LPA"
if game ~= "LPA" and game ~= "LPZA"
then game_link = "Pokémon " .. game_to_game_long[game]
then game_link = "Pokémon " .. game_to_game_long[game]
end
end