From 65ced30fb0ebc8eb53fa17a2dc3e7fb5c456b5af Mon Sep 17 00:00:00 2001 From: hydrargyrum Date: Sat, 2 Nov 2019 19:31:59 +0100 Subject: fr/address/city_name.js: fix typo in "Lille" name "Lille" is the real city name, not "Lille13". --- lib/locales/fr/address/city_name.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/locales/fr/address/city_name.js b/lib/locales/fr/address/city_name.js index 3437cc30..740dd2d9 100644 --- a/lib/locales/fr/address/city_name.js +++ b/lib/locales/fr/address/city_name.js @@ -8,7 +8,7 @@ module["exports"] = [ "Strasbourg", "Montpellier", "Bordeaux", - "Lille13", + "Lille", "Rennes", "Reims", "Le Havre", -- cgit v1.2.3