From 0f61a9d0c6957fd5be9ff000b5cb45b2620a9db8 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 12 Feb 2019 16:06:13 +0200 Subject: [PATCH] Added Serbian language --- lib/constants.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/constants.dart b/lib/constants.dart index a423be6b4..adaf5614b 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -141,6 +141,7 @@ const List kLanguages = [ 'ro', 'sl', 'sq', + 'sr_RS', 'sv', 'th', 'tr_TR',