From d99a208226b99a5a7c9718486590238052a94547 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 17 Nov 2015 14:35:59 +0100 Subject: [PATCH] Add am_ET on base settings --- umap/settings/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/settings/base.py b/umap/settings/base.py index a723c82e..2bc90cc2 100644 --- a/umap/settings/base.py +++ b/umap/settings/base.py @@ -40,6 +40,7 @@ LANGUAGES = ( ('bg', u'Bulgarian'), ('vi', u'Vietnamese'), ('uk-ua', u'Ukrainian'), + ('am-et', u'Amharic'), ) # Make this unique, and don't share it with anybody.