aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-08-31 04:20:40 +0300
committerHenry Jameson <me@hjkos.com>2018-08-31 04:20:40 +0300
commit46d8b55d445b372b8c782d8730333f7d1363fcf9 (patch)
tree9713a5ae62f84443e3805a081c69a37e17c14264 /src/i18n/messages.js
parente99534ef717881d71a6fa975bb5e81fad6399b15 (diff)
parent20a67e6809b573aa7ec687dabcfe2743c47705c7 (diff)
Merge remote-tracking branch 'upstream/develop' into polish
* upstream/develop: i18n: make "plain text" translatable add the ability to select a post's content type
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 766b61d0..42e7e9d4 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -400,6 +400,9 @@ const en = {
unlisted: 'Unlisted - Do not post to public timelines',
private: 'Followers-only - Post to followers only',
direct: 'Direct - Post to mentioned users only'
+ },
+ content_type: {
+ plain_text: 'Plain text'
}
},
finder: {