diff options
Diffstat (limited to 'src/i18n')
| -rwxr-xr-x | src/i18n/compare (renamed from src/i18n/compare.js) | 2 | ||||
| -rw-r--r-- | src/i18n/en.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/i18n/compare.js b/src/i18n/compare index e9314376..4dc1e47d 100755 --- a/src/i18n/compare.js +++ b/src/i18n/compare @@ -19,7 +19,7 @@ if (typeof arg === 'undefined') { console.log('') console.log('There are no other arguments or options. Make an issue if you encounter a bug or want') console.log('some feature to be implemented. Merge requests are welcome as well.') - return + process.exit() } const english = require('./en.json') diff --git a/src/i18n/en.json b/src/i18n/en.json index 92d63be8..031c93de 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -408,6 +408,11 @@ "status": { "favorites": "Favorites", "repeats": "Repeats", + "delete": "Delete status", + "pin": "Pin on profile", + "unpin": "Unpin from profile", + "pinned": "Pinned", + "delete_confirm": "Do you really want to delete this status?", "reply_to": "Reply to", "replies_list": "Replies:" }, |
