Allow splitting times after <year><month>

This commit is contained in:
2020-10-04 19:17:18 +02:00
committed by Stefan Rohde-Enslin
parent be46c39efd
commit a0037c9883
3 changed files with 49 additions and 13 deletions

View File

@ -182,7 +182,7 @@ final class NodaTimeAutotranslater {
'es' => 'Despues de %s',
'fa' => '%s-',
'fr' => 'Après %s',
'hu' => '%s-után',
'hu' => '%s után',
'id' => 'Setelah %s',
'it' => 'Dopo il %s',
'ka' => '%s წლის შემდეგ',
@ -232,7 +232,7 @@ final class NodaTimeAutotranslater {
'es' => 'Antes de %s',
'fa' => '-%s',
'fr' => 'Avant %s',
'hu' => '%s-előtt',
'hu' => '%s előtt',
'id' => 'Sebelum %s',
'it' => 'Prima del %s',
'ka' => '%s წლამდე',
@ -246,8 +246,8 @@ final class NodaTimeAutotranslater {
'tr' => '%s-',
// Languages that don't really need a specific locale
'ja' => '%sまで',
'zh' => '直到%s',
'ja' => '%s以前',
'zh' => '%s之前',
];
const LANGS_CENTURY_FORMAT = [
@ -269,8 +269,8 @@ final class NodaTimeAutotranslater {
'ta' => '%s ஆம் நூற்றாண்டு',
'tl' => 'Ika-%s na siglo',
'tr' => '%s. yüzyıl',
'ja' => '%s以前',
'zh' => '%s之前',
'ja' => '%s世紀',
'zh' => '%s世紀',
];
const LANGS_CENTURIES_FORMAT = [