Blame view

test/unit/specs/assets/locale-expects.js 467 Bytes
3ed12b4e   Sergio Crisostomo   Correct month cal...
1
2
3
4
  export default {
    'de-DE': 'Oktober 2030',
    'en-US': 'October 2030',
    'es-ES': 'octubre 2030',
ecaf5f41   Toni Lähdekorpi   Add test for Finnish
5
    'fi-FI': 'lokakuu 2030',
3ed12b4e   Sergio Crisostomo   Correct month cal...
6
7
8
9
10
11
12
13
14
15
16
17
18
    'fr-FR': 'octobre 2030',
    'id-ID': 'Oktober 2030',
    'ja-JP': '2030年 10月',
    'ko-KR': '2030년 10월',
    'pt-BR': 'outubro de 2030',
    'pt-PT': 'outubro de 2030',
    'ru-RU': 'Октябрь 2030',
    'sv-SE': 'oktober 2030',
    'tr-TR': 'Ekim 2030',
    'vi-VN': 'Tháng 10/2030',
    'zh-CN': '2030年 10月',
    'zh-TW': '2030年 10月'
  };