summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Quentí <33203663+Quenty31@users.noreply.github.com> 2019-01-26 14:52:57 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-01-26 14:52:57 +0100
commitf311a257dda9996c746075ad3181c75ab3f5ca20 (patch)
tree359cbc2d71d1790ee8a61846cf0a42a0a743ed0c
parent0c15208145f614339773f5eda5c27736cd949517 (diff)
[i18n]Time format update for Occitan (#2230)
* Time format * Update gen.php
-rw-r--r--app/i18n/oc/gen.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php
index 16261bc13..77ef14a16 100644
--- a/app/i18n/oc/gen.php
+++ b/app/i18n/oc/gen.php
@@ -43,29 +43,29 @@ return array(
),
),
'date' => array(
- 'Apr' => 'a\b\r\i\a\l',
+ 'Apr' => '\\a\\b\\r\\i\\a\\l',
'apr' => 'abr.',
'april' => 'abrial',
- 'Aug' => 'a\g\o\s\t',
+ 'Aug' => '\\a\\g\\o\\s\\t',
'aug' => 'agost',
'august' => 'agost',
'before_yesterday' => 'Abans ièr',
- 'Dec' => '\d\e\c\e\m\b\r\e',
+ 'Dec' => '\\d\\e\\c\\e\\m\\b\\r\\e',
'dec' => 'dec.',
'december' => 'decembre',
- 'Feb' => 'f\e\b\r\i\è\r',
+ 'Feb' => '\\f\\e\\b\\r\\i\\è\\r',
'feb' => 'feb.',
'february' => 'febrièr',
- 'format_date' => 'j %s \de\ Y',
- 'format_date_hour' => 'j %s \de\ Y \a H\:i',
+ 'format_date' => 'j \\de %s \\de Y',
+ 'format_date_hour' => 'j \\de %s \\de Y \\a H\:i',
'fri' => 'dv',
- 'Jan' => 'g\e\n\i\è\r',
+ 'Jan' => '\\g\\e\\n\\i\\è\\r',
'jan' => 'gen.',
'january' => 'genièr',
- 'Jul' => 'j\u\l\h\e\t',
+ 'Jul' => '\\j\\u\\l\\h\\e\\t',
'jul' => 'julh',
'july' => 'julhet',
- 'Jun' => 'j\u\n\h',
+ 'Jun' => '\\j\\u\\n\\h',
'jun' => 'junh',
'june' => 'junh',
'last_3_month' => 'Dempuèi los tres darrièrs meses',
@@ -73,22 +73,22 @@ return array(
'last_month' => 'Dempuèi lo mes passat',
'last_week' => 'Dempuèi la setmana passada',
'last_year' => 'Dempuèi l’annada passada',
- 'Mar' => 'm\a\r\ç',
+ 'Mar' => '\\m\\a\\r\\ç',
'mar' => 'març',
'march' => 'març',
- 'May' => '\m\a\i',
+ 'May' => '\\m\\a\\i',
'may' => 'mai',
'may_' => 'mai',
'mon' => 'dl',
'month' => 'meses',
- 'Nov' => '\n\o\v\e\m\b\r\e',
+ 'Nov' => '\\n\\o\\v\\e\\m\\b\\r\\e',
'nov' => 'nov.',
'november' => 'novembre',
- 'Oct' => '\o\c\t\ò\b\r\e',
+ 'Oct' => '\\o\\c\\t\\ò\\b\\r\\e',
'oct' => 'oct.',
'october' => 'octòbre',
'sat' => 'ds',
- 'Sep' => '\s\e\t\e\m\b\r\e',
+ 'Sep' => '\\s\\e\\t\\e\\m\\b\\r\\e',
'sep' => 'set.',
'september' => 'setembre',
'sun' => 'dg',