feat(translator): add custom target language input
- Replace Select with Input for custom language entry - Users can now type any target language they want - Add i18n translations for all 8 languages
This commit is contained in:
@@ -411,7 +411,8 @@
|
||||
"success": "テキストペアがフォルダーに追加されました",
|
||||
"error": "テキストペアをフォルダーに追加できませんでした"
|
||||
},
|
||||
"autoSave": "自動保存"
|
||||
"autoSave": "自動保存",
|
||||
"customLanguage": "または言語を入力..."
|
||||
},
|
||||
"dictionary": {
|
||||
"title": "辞書",
|
||||
|
||||
Reference in New Issue
Block a user