Skip to content

Commit

Permalink
WEB: Fix language locale specs
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 17, 2016
1 parent 1209a4c commit dbc090c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lang/lang.de.ini
@@ -1,5 +1,5 @@
# Locale. Set it to ISO639 locale name. Used for date formatting
locale = de_DE
locale = "de_DE.UTF-8"
# see http://php.net/manual/en/function.strftime.php for format. Used in news
dateformat = "%e. %B %Y"

Expand Down
2 changes: 1 addition & 1 deletion lang/lang.fr.ini
@@ -1,5 +1,5 @@
# Locale. Set it to ISO639 locale name. Used for date formatting
locale = fr_FR
locale = "fr_FR.UTF-8"
# see http://php.net/manual/en/function.strftime.php for format. Used in news
dateformat = "%b %e, %Y"

Expand Down
2 changes: 1 addition & 1 deletion lang/lang.ini
@@ -1,5 +1,5 @@
# Locale. Set it to ISO639 locale name. Used for date formatting
locale = C
locale = "C"
# see http://php.net/manual/en/function.strftime.php for format. Used in news
dateformat = "%b %e, %Y"

Expand Down
2 changes: 1 addition & 1 deletion lang/lang.ru.ini
@@ -1,5 +1,5 @@
# Locale. Set it to ISO639 locale name. Used for date formatting
locale = "ru_RU"
locale = "ru_RU.UTF-8"
# see http://php.net/manual/en/function.strftime.php for format. Used in news
dateformat = "%e %b %Y"

Expand Down

0 comments on commit dbc090c

Please sign in to comment.