|
@ -11,6 +11,8 @@ exports['it'] = { |
|
|
current: 'attuale', |
|
|
current: 'attuale', |
|
|
time: 'tempo' |
|
|
time: 'tempo' |
|
|
}; |
|
|
}; |
|
|
|
|
|
exports['it_IT'] = exports['it']; |
|
|
|
|
|
exports['it_CH'] = exports['it']; |
|
|
|
|
|
|
|
|
// Dutch
|
|
|
// Dutch
|
|
|
exports['nl'] = { |
|
|
exports['nl'] = { |
|
@ -19,3 +21,10 @@ exports['nl'] = { |
|
|
}; |
|
|
}; |
|
|
exports['nl_NL'] = exports['nl']; |
|
|
exports['nl_NL'] = exports['nl']; |
|
|
exports['nl_BE'] = exports['nl']; |
|
|
exports['nl_BE'] = exports['nl']; |
|
|
|
|
|
|
|
|
|
|
|
// German
|
|
|
|
|
|
exports['de'] = { |
|
|
|
|
|
current: 'Aktuelle', |
|
|
|
|
|
time: 'Zeit' |
|
|
|
|
|
}; |
|
|
|
|
|
exports['de_DE'] = exports['de']; |