From 5e877b183e15ec55997311a947ae571bd7971069 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Thu, 27 Oct 2011 18:11:42 +0300 Subject: [PATCH] Added missing country - Vanuatu --- data/countries.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/countries.txt b/data/countries.txt index 79ef44c379..0ff742cecd 100644 --- a/data/countries.txt +++ b/data/countries.txt @@ -2171,6 +2171,12 @@ "p":0, "s":41255 }, + { + "n":"Vanuatu", + "c":"vu", + "p":0, + "s":377725 + }, { "n":"Wallis and Futuna", "c":"wf", @@ -2263,4 +2269,4 @@ ] } ] -} \ No newline at end of file +}