diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-04 16:22:54 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-17 11:32:49 -0400 |
| commit | ac9ddfb1e2948968b6f08c68b689888ed56b9779 (patch) | |
| tree | a62c2ce5644d12af2309ed2e6147fd8514e3edbb /src/i18n | |
| parent | 7f6bd538f3e763c19468a2cf7f6f3cf34645ccb0 (diff) | |
support i18n
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index c71c9036..7dca05e3 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -112,6 +112,9 @@ "password_confirmation_match": "should be the same as password" } }, + "selectable_list": { + "select_all": "Select all" + }, "settings": { "app_name": "App name", "attachmentRadius": "Attachments", |
