Merge branch 'master' into master

This commit is contained in:
Kim Gardner
2019-02-04 19:28:23 +00:00
committed by GitHub
5 changed files with 15 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
Online comments are broken. Our open-source commenting platform, Talk, rethinks how moderation, comment display, and conversation function, creating the opportunity for safer, smarter discussions around your work. [Read more about Talk here](https://coralproject.net/talk).
Built with <3 by The Coral Project.
Built with <3 by The Coral Project, a part of [Vox Media](https://www.voxmedia.com/a/go-deeper/about).
## Getting Started
@@ -22,7 +22,7 @@ For advanced configuration and usage of Talk, check out our [Configuration](http
## Versions & Upgrading
The current recommended release version is v4.5.0. ^4.5 (and all future even-numbered versions) are considered stable LTS versions. We recommend ^4.5 for use in production environments.
Check our Releases page for the latest recommended release version. [Releases](https://github.com/coralproject/talk/releases) All future even-numbered versions are considered stable LTS versions. We recommend the latest verified release for use in production environments.
## More Resources
+2
View File
@@ -166,6 +166,8 @@ sidebar:
url: /customizing-plugins-coral-ui/
- title: When You've Installed Talk
url: /when-youve-installed-talk/
- title: Embedding Talk in Native Mobile Apps
url: /embedding-in-native-mobile-apps/
- title: Migrating
children:
- title: Migrating from v3.x.x
+10
View File
@@ -0,0 +1,10 @@
---
title: Embedding Talk in Native Mobile Apps
permalink: /embedding-in-native-mobile-apps/
---
When it comes mobile devices, the Talk client embed is already responsive and mobile friendly. We do not currently have plans to provide mobile SDKs, however, you can do this yourself.
One organization that has taken on the challenge of creating their own iOS native Talk client is [IGN](http://www.ign.com/). They were kind enough to share how they implemented Talk natively on their apps, which can be found [here](http://coralproject.net/wp-content/uploads/2019/01/IGNNativeComments.pdf).
If you implement Talk on your mobile apps and would like to contribute your process for others, you can add those here in our docs via a PR or post an issue on Github and we can help you.
Binary file not shown.
+1 -1
View File
@@ -251,7 +251,7 @@ en:
EMAIL_REQUIRED: 'An email address is required'
EMAIL_VERIFICATION_TOKEN_INVALID: 'Email verification token is invalid.'
INCORRECT_PASSWORD: 'Incorrect Password'
INVALID_ASSET_URL: 'Assert URL is invalid'
INVALID_ASSET_URL: 'Asset URL is invalid'
LOGIN_MAXIMUM_EXCEEDED: 'You have made too many unsuccessful password attempts. Please wait.'
network_error: 'Failed to connect to server. Check your internet connection and try again.'
NO_SPECIAL_CHARACTERS: 'Usernames can contain letters numbers and _ only'