Skip to content

Commit

Permalink
Read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
comradekingu authored Sep 9, 2024
1 parent b65cea4 commit 9cb8fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ and XLIFF.
The ``target`` and ``source`` are now arrays to properly handle plural
strings.

Returns information about translation unit.
Returns information about the translation unit.

:param id: Unit ID
:type id: int
Expand All @@ -2156,7 +2156,7 @@ and XLIFF.
:>json string note: translation unit note
:>json string flags: translation unit flags
:>json array labels: translation unit labels, available on source units
:>json int state: unit state, 0 - untranslated, 10 - needs editing, 20 - translated, 30 - approved, 100 - read only
:>json int state: unit state, 0 - untranslated, 10 - needs editing, 20 - translated, 30 - approved, 100 - read-only
:>json boolean fuzzy: whether the unit is fuzzy or marked for review
:>json boolean translated: whether the unit is translated
:>json boolean approved: whether the translation is approved
Expand Down

0 comments on commit 9cb8fa2

Please sign in to comment.