Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions radicale_infcloud/web/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,13 @@ function localizeAddressTypes()
{fid: 9, type: 'input', 'data-addr-field': 'street', placeholder: localization[globalInterfaceLanguage].pholderAddressStreet},
{fid: 10, type: 'input', 'data-addr-field': 'code', placeholder: localization[globalInterfaceLanguage].pholderAddressPostal}
],
'tw': [ 'Taiwan',
{fid: 1, type: 'country'},
{fid: 5, type: 'input', 'data-addr-field': 'region', placeholder: localization[globalInterfaceLanguage].pholderAddressProvince},
{fid: 6, type: 'input', 'data-addr-field': 'locality', placeholder: localization[globalInterfaceLanguage].pholderAddressCity},
{fid: 9, type: 'input', 'data-addr-field': 'street', placeholder: localization[globalInterfaceLanguage].pholderAddressStreet},
{fid: 10, type: 'input', 'data-addr-field': 'code', placeholder: localization[globalInterfaceLanguage].pholderAddressPostal}
],
'co': [ 'Colombia',
{fid: 2, type: 'input', 'data-addr-field': 'street', placeholder: localization[globalInterfaceLanguage].pholderAddressStreet},
{fid: 3, type: 'input', 'data-addr-field': 'locality', placeholder: localization[globalInterfaceLanguage].pholderAddressCity},
Expand Down
1 change: 1 addition & 0 deletions radicale_infcloud/web/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ var globalEnableKbNavigation=true;
// ru_RU (Русский [Russian]; thanks Александр Симонов)
// uk_UA (Українська [Ukrainian]; thanks Serge Yakimchuck)
// zh_CN (中国 [Chinese]; thanks Fandy)
// zh_TW (台灣 [Taiwan]; E2D.tw)
// Example:
var globalInterfaceLanguage='en_US';

Expand Down
Loading