X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=misc%2Fmigration_tools%2FbuildCOUNTRY.pl;h=5cd2da49bf66088f5a305d981dc96abdf92e833e;hb=39d1b7e61b4e11d76e443f7755aba96e3cf13ab6;hp=9fb657007d2c4a5256d0e8888f6644a25b0d6690;hpb=c9ba8c899d854d4190df783f3f1aec2989d2cb10;p=koha_fer diff --git a/misc/migration_tools/buildCOUNTRY.pl b/misc/migration_tools/buildCOUNTRY.pl index 9fb657007d..5cd2da49bf 100755 --- a/misc/migration_tools/buildCOUNTRY.pl +++ b/misc/migration_tools/buildCOUNTRY.pl @@ -52,20 +52,20 @@ my %codesiso; ); %codesiso = ( - 'an' => 'Antilles Néerlandaises', + 'an' => 'Antilles Néerlandaises', 'at' => 'Autriche', 'cr' => 'Costa Rica', - 'er' => 'Erythrée', + 'er' => 'Erythrée', 'fr' => ' France', 'in' => 'Inde', 'is' => 'Islande', 'lt' => 'Lituanie', 'nd' => 'Pays Bas', 'nf' => 'Norfolk', - 'ng' => 'Nigéria', + 'ng' => 'Nigéria', 'pa' => 'Manama', 'pn' => 'Pitcairn', - 're' => 'Réunion (ile)', + 're' => 'Réunion (ile)', 'sp' => 'Espagne', 'us' => 'Etats Unis', ) if $language eq 'fr';