diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-08 11:42:02 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-15 13:34:33 -0500 |
| commit | 228e6681e3fd4a16d08d96edb9eea21d64be5600 (patch) | |
| tree | 13ed059b1c41402dc8dd288329f687b89d53ee3f /src/i18n | |
| parent | 205e38ffa99df67d77290a50b0d318dcc4729b3e (diff) | |
Localization of ImageCropper component
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index d44091e6..3e9ac157 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -21,6 +21,10 @@ "more": "More", "generic_error": "An error occured" }, + "image_cropper": { + "crop_picture": "Crop picture", + "save": "Save" + }, "login": { "login": "Log in", "description": "Log in with OAuth", |
