Bug 17792: Add opac_editable and opac_display methods
[koha.git] / misc / migration_tools / buildCOUNTRY.pl
index 9fb6570..5cd2da4 100755 (executable)
@@ -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';