You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
# PhraseApp In-Context-Editor for Ruby #
1
+
# Phrase In-ContextEditor for Ruby #
2
2
3
-
*This Ruby gem is for use with Ruby (Rails, Sinatra) applications only. Check out the [documentation](https://help.phraseapp.com/translate-website-and-app-content/use-in-context-editor-to-translate/translate-directly-on-your-website) to learn how to set up the In-Context-Editor with other technologies.*
3
+
*This Ruby gem is for use with Ruby (Rails, Sinatra) applications only. Check out the [documentation](https://help.phrase.com/help/translate-directly-on-your-website) to learn how to set up the In-ContextEditor with other technologies.*
PhraseApp is the translation management solution for web and mobile applications. Collaborate with your team, find professional translators and stay on top of the process.
7
+
Phrase is the translation management solution for web and mobile applications. Collaborate with your team, find professional translators and stay on top of the process.
8
8
9
-
[Try out Phraseapp for free](https://phraseapp.com/signup) and start translating your app!
9
+
[Try out Phrase for free](https://phrase.com/signup) and start translating your app!
10
10
11
-
*Note: This gem [documentation](https://help.phraseapp.com/translate-website-and-app-content/use-in-context-editor-to-translate/translate-directly-on-your-website) to learn how to install the In-Context-Editor with other technologies.*
11
+
*Note: This gem [documentation](https://help.phrase.com/help/translate-directly-on-your-website) to learn how to install the In-ContextEditor with other technologies.*
12
12
13
13
## In-Context-Editor ###
14
14
15
-
How awesome would it be if translators could simply browse your website and edit text along the way? Our In-Context Editor offers just that. It provides translators with useful contextual information which improves overall translation quality. See our documentation on how to set it up: [In-Context Editor Setup](https://help.phraseapp.com/translate-website-and-app-content/use-in-context-editor-to-translate/translate-directly-on-your-website).
15
+
How awesome would it be if translators could simply browse your website and edit text along the way? Our In-Context Editor offers just that. It provides translators with useful contextual information which improves overall translation quality. See our documentation on how to set it up: [In-Context Editor Setup](https://help.phrase.com/help/translate-directly-on-your-website).
16
16
17
17
## Installation
18
18
@@ -36,7 +36,7 @@ Next, create the initializer file by executing the Rails generator:
36
36
37
37
##### --access-token
38
38
39
-
You can create and manage access tokens in your [profile settings](https://phraseapp.com/settings/oauth_access_tokens) or via the [Authorizations API](https://developers.phraseapp.com/api/#authorizations).
39
+
You can create and manage access tokens in your [profile settings](https://app.phrase.com/settings/oauth_access_tokens) or via the [Authorizations API](https://developers.phrase.com/api/#authorizations).
40
40
41
41
##### --project-id
42
42
@@ -48,11 +48,11 @@ Next, add the Javascript helper to your Rails application layout file:
48
48
49
49
<%= phraseapp_in_context_editor_js %>
50
50
51
-
If you don't want to use the helper but add the plain Javascript yourself, head over to our [documentation](https://help.phraseapp.com/translate-website-and-app-content/use-in-context-editor-to-translate/translate-directly-on-your-website) to learn more.
51
+
If you don't want to use the helper but add the plain Javascript yourself, head over to our [documentation](https://help.phrase.com/help/translate-directly-on-your-website) to learn more.
52
52
53
53
### Done!
54
54
55
-
Restart your application to see the In-Context-Editor in action!
55
+
Restart your application to see the In-ContextEditor in action!
56
56
57
57
### OpenSSL issues
58
58
@@ -82,11 +82,11 @@ This is **not recommended** and should only be used as a temporary workaround.
82
82
83
83
84
84
## Further Information
85
-
* [PhraseApp Help Center](https://help.phraseapp.com/)
86
-
* [Software Translation Management with PhraseApp](https://phraseapp.com/features)
87
-
* [Contact us](https://phraseapp.com/contact)
85
+
* [Phrase Help Center](https://help.phrase.com/)
86
+
* [Software Translation Management with Phrase](https://phrase.com/features)
87
+
* [Contact us](https://phrase.com/contact)
88
88
89
89
## References
90
-
* [PhraseApp API Documentation](https://developers.phraseapp.com/api/)
0 commit comments