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
3 changes: 2 additions & 1 deletion apps/desktop/src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@
"system": "System",
"en": "English",
"es": "Español",
"ja": "日本語"
"ja": "日本語",
"zh-TW": "繁體中文"
},
"restartDialog": {
"title": "Restart required",
Expand Down
3 changes: 2 additions & 1 deletion apps/desktop/src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@
"system": "Sistema",
"en": "English",
"ja": "日本語",
"es": "Español"
"es": "Español",
"zh-TW": "繁體中文"
},
"restartDialog": {
"title": "Se requiere reiniciar",
Expand Down
3 changes: 2 additions & 1 deletion apps/desktop/src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@
"system": "システム",
"en": "English",
"es": "Español",
"ja": "日本語"
"ja": "日本語",
"zh-TW": "繁體中文"
},
"restartDialog": {
"title": "再起動が必要です",
Expand Down
Loading