From 07820df12d5b283b07fc23b207e2cb7d20341c15 Mon Sep 17 00:00:00 2001 From: funkill2 Date: Fri, 18 Jan 2019 20:15:37 +0300 Subject: [PATCH] fixed languages count --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b1959a8..3853b5d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1 +1 @@ -pub const LOCALES: [&'static str; 3] = ["en-US", "es-ES", "de-DE", "fr-Fr"]; +pub const LOCALES: [&'static str; 4] = ["en-US", "es-ES", "de-DE", "fr-Fr"];