Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
2fa63499
Commit
2fa63499
authored
Apr 17, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document how to enable individual MT services
parent
32e8cece
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
docs/admin.rst
docs/admin.rst
+26
-0
No files found.
docs/admin.rst
View file @
2fa63499
...
...
@@ -433,6 +433,9 @@ limited set of languages.
You should get API key from them, otherwise number of requests is rate limited.
To enable this service, add ``trans.machine.apertium.ApertiumTranslation`` to
:setting:`MACHINE_TRANSLATION_SERVICES`.
.. seealso::
:setting:`MT_APERTIUM_KEY`, http://www.apertium.org/
...
...
@@ -446,6 +449,9 @@ API is free to use, regarding indicated data source license. There is a limit
of call that may be done from one IP in fixed period of time, to prevent from
abuse.
To enable this service, add ``trans.machine.glosbe.GlosbeTranslation`` to
:setting:`MACHINE_TRANSLATION_SERVICES`.
.. seealso::
http://glosbe.com/
...
...
@@ -458,6 +464,9 @@ Machine translation service provided by Google.
Please note that this does not use (paid) Translation API but rather web based
translation interface.
To enable this service, add ``trans.machine.google.GoogleTranslation`` to
:setting:`MACHINE_TRANSLATION_SERVICES`.
.. seealso::
http://translate.google.com/
...
...
@@ -469,6 +478,9 @@ Machine translation service provided by Microsoft.
You need to register at Azure market and use Client ID and secret from there.
To enable this service, add ``trans.machine.microsoft.MicrosoftTranslation`` to
:setting:`MACHINE_TRANSLATION_SERVICES`.
.. seealso::
:setting:`MT_MICROSOFT_ID`, :setting:`MT_MICROSOFT_SECRET`,
...
...
@@ -483,6 +495,9 @@ Huge translation memory with machine translation.
Free, anonymous usage is currently limited to 100 requests/day, you can ask for
more.
To enable this service, add ``trans.machine.mymemory.MyMemoryTranslation`` to
:setting:`MACHINE_TRANSLATION_SERVICES`.
.. seealso::
http://mymemory.translated.net/
...
...
@@ -492,6 +507,9 @@ Open-Tran
Database of open source translations.
To enable this service, add ``trans.machine.opentran.OpenTranTranslation`` to
:setting:`MACHINE_TRANSLATION_SERVICES`.
.. seealso::
http://www.open-tran.eu/
...
...
@@ -506,6 +524,9 @@ Translate-toolkit and let Weblate talk to it.
First you will want to import some data to the translation memory:
To enable this service, add ``trans.machine.tmserver.TMServerTranslation`` to
:setting:`MACHINE_TRANSLATION_SERVICES`.
.. code-block:: sh
build_tmdb -d /var/lib/tm/db -s en -t cs locale/cs/LC_MESSAGES/django.po
...
...
@@ -532,6 +553,11 @@ similar strings.
First one is useful for full string translations, the second one for finding
individual phrases or words to keep the translation consistent.
To enable these services, add
``trans.machine.weblatetm.WeblateSimilarTranslation`` (for similar string
maching) and/or ``trans.machine.weblatetm.WeblateTranslation`` (for exact
string maching) to :setting:`MACHINE_TRANSLATION_SERVICES`.
.. _custom-checks:
Customizing checks
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment