From 3c5fc9a0f10a05f93862c4228282e2d66d7081f8 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Mon, 9 Jan 2017 15:53:34 +0300 Subject: [PATCH] [generator] Fix New Zealand country names --- data/countries_meta.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/countries_meta.txt b/data/countries_meta.txt index a1160daabc..d3020f5e9c 100644 --- a/data/countries_meta.txt +++ b/data/countries_meta.txt @@ -809,7 +809,11 @@ "driving": "l", "languages": ["en", "mi"] }, -"New Zealand": { +"New Zealand South": { + "driving": "l", + "languages": ["en", "mi"] +}, +"New Zealand North": { "driving": "l", "languages": ["en", "mi"] },