phrase 4.23.0 → 4.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +23 -0
- data/README.md +7 -3
- data/docs/BranchComparison.md +23 -0
- data/docs/BranchComparisonChange.md +19 -0
- data/docs/BranchComparisonDiff.md +21 -0
- data/docs/BranchComparisonDiffConflictsValue.md +19 -0
- data/docs/BranchesApi.md +5 -4
- data/docs/Format.md +20 -20
- data/docs/FormatsApi.md +1 -1
- data/docs/Job.md +3 -1
- data/docs/JobDetails.md +2 -0
- data/docs/KeyCreateParameters.md +1 -1
- data/docs/KeyUpdateParameters.md +1 -1
- data/docs/Locale.md +2 -0
- data/docs/LocaleCreateParameters.md +3 -1
- data/docs/LocaleDetails.md +2 -0
- data/docs/LocaleDownloadCreateParameters.md +8 -2
- data/docs/LocaleUpdateParameters.md +3 -1
- data/docs/LocalesApi.md +8 -6
- data/docs/ProjectCreateParameters.md +1 -1
- data/docs/ProjectUpdateParameters.md +1 -1
- data/docs/RepoSync.md +2 -0
- data/docs/RepoSyncCreateParameters.md +2 -0
- data/docs/ScreenshotUpdateParameters.md +1 -1
- data/docs/ScreenshotsApi.md +9 -9
- data/docs/UploadSummary.md +1 -1
- data/lib/phrase/api/branches_api.rb +5 -3
- data/lib/phrase/api/formats_api.rb +2 -2
- data/lib/phrase/api/locales_api.rb +9 -6
- data/lib/phrase/api/screenshots_api.rb +16 -12
- data/lib/phrase/models/branch_comparison.rb +224 -0
- data/lib/phrase/models/branch_comparison_change.rb +212 -0
- data/lib/phrase/models/branch_comparison_diff.rb +223 -0
- data/lib/phrase/models/branch_comparison_diff_conflicts_value.rb +209 -0
- data/lib/phrase/models/format.rb +60 -0
- data/lib/phrase/models/job.rb +16 -5
- data/lib/phrase/models/job_details.rb +12 -1
- data/lib/phrase/models/locale.rb +10 -1
- data/lib/phrase/models/locale_create_parameters.rb +14 -4
- data/lib/phrase/models/locale_details.rb +10 -1
- data/lib/phrase/models/locale_download_create_parameters.rb +33 -3
- data/lib/phrase/models/locale_update_parameters.rb +14 -4
- data/lib/phrase/models/repo_sync.rb +29 -1
- data/lib/phrase/models/repo_sync_create_parameters.rb +27 -1
- data/lib/phrase/models/upload_summary.rb +1 -1
- data/lib/phrase/version.rb +1 -1
- data/lib/phrase.rb +4 -0
- data/spec/api/branches_api_spec.rb +1 -1
- data/spec/api/formats_api_spec.rb +1 -1
- data/spec/api/screenshots_api_spec.rb +4 -4
- data/spec/models/branch_comparison_change_spec.rb +35 -0
- data/spec/models/branch_comparison_diff_conflicts_value_spec.rb +35 -0
- data/spec/models/branch_comparison_diff_spec.rb +41 -0
- data/spec/models/branch_comparison_spec.rb +47 -0
- data/spec/models/job_details_spec.rb +6 -0
- data/spec/models/job_spec.rb +6 -0
- data/spec/models/locale_create_parameters_spec.rb +6 -0
- data/spec/models/locale_details_spec.rb +6 -0
- data/spec/models/locale_download_create_parameters_spec.rb +18 -0
- data/spec/models/locale_spec.rb +6 -0
- data/spec/models/locale_update_parameters_spec.rb +6 -0
- data/spec/models/repo_sync_create_parameters_spec.rb +6 -0
- data/spec/models/repo_sync_spec.rb +6 -0
- metadata +262 -246
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6cad43dbdeb14af43039a96509f173dcd8c3358bbaab868cb16cf04cb4fc05f
|
|
4
|
+
data.tar.gz: 3721a11b575861aad15b88d6dd410dd826405f57178286542dc37149de357b73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 427e8f756767ed00efba125b3f5e168b51ec77b041e8aaa41d9af0a0a19a553a433941f5bc1988f2ab069c95170b8491fca8b4c5639c0590e94fe0eead400807
|
|
7
|
+
data.tar.gz: 1e52d069831312b3b82526499e19f6297e9e231e9b3106e6eb301277d667788d88753632cc8b76972be9bb219a0f34370224a14b054c60cfd413eba6bf09f1f8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.25.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.24.0...ruby-v4.25.0) (2026-06-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **API:** Add language_ai_profile to locales ([#1207](https://github.com/phrase/strings-openapi/issues/1207)) ([1dbfc65](https://github.com/phrase/strings-openapi/commit/1dbfc65767a9feead5ec18b35f306b728d7b2779))
|
|
9
|
+
* **API:** add name field to repo sync schema and create endpoint ([#1203](https://github.com/phrase/strings-openapi/issues/1203)) ([ed5dabd](https://github.com/phrase/strings-openapi/commit/ed5dabdc5483e98ac3742466272e9de2f7949a56))
|
|
10
|
+
* **API:** Add translation_key_prefix and filter_by_prefix to async locale download ([#1210](https://github.com/phrase/strings-openapi/issues/1210)) ([9c0dd12](https://github.com/phrase/strings-openapi/commit/9c0dd12d938626d49ee828b6eedf6692d4669414))
|
|
11
|
+
* **API:** document branch compare output ([#1151](https://github.com/phrase/strings-openapi/issues/1151)) ([f082775](https://github.com/phrase/strings-openapi/commit/f0827755e1c6d6c3f66f10db5e6c26dc5003a679))
|
|
12
|
+
* **API:** include review_due_date in job responses ([#1205](https://github.com/phrase/strings-openapi/issues/1205)) ([649d5ab](https://github.com/phrase/strings-openapi/commit/649d5ab6001f46f8c785d8d73cb13ac2062d179b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **API:** improve get /formats documentation ([#1196](https://github.com/phrase/strings-openapi/issues/1196)) ([46fd53b](https://github.com/phrase/strings-openapi/commit/46fd53bda361a5b928147ab965515c29dbf887d3))
|
|
18
|
+
|
|
19
|
+
## [4.24.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.23.0...ruby-v4.24.0) (2026-06-11)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **API:** add fallback_for_unverified_translations param to locale d… ([#1148](https://github.com/phrase/strings-openapi/issues/1148)) ([9ef6248](https://github.com/phrase/strings-openapi/commit/9ef6248aae14d9bd65eee9ea3554f03c6f9331cb))
|
|
25
|
+
|
|
3
26
|
## [4.23.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.22.0...ruby-v4.23.0) (2026-06-04)
|
|
4
27
|
|
|
5
28
|
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Phrase Strings is a translation management platform for software projects. You c
|
|
|
7
7
|
## This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0.0
|
|
10
|
-
- Package version: 4.
|
|
10
|
+
- Package version: 4.25.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
|
|
13
13
|
|
|
@@ -56,10 +56,10 @@ gem build phrase.gemspec
|
|
|
56
56
|
Then install the gem locally:
|
|
57
57
|
|
|
58
58
|
```shell
|
|
59
|
-
gem install ./phrase-4.
|
|
59
|
+
gem install ./phrase-4.25.0.gem
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
(for development, run `gem install --dev ./phrase-4.
|
|
62
|
+
(for development, run `gem install --dev ./phrase-4.25.0.gem` to install the development dependencies)
|
|
63
63
|
|
|
64
64
|
## Getting Started
|
|
65
65
|
|
|
@@ -437,6 +437,10 @@ Class | Method | HTTP request | Description
|
|
|
437
437
|
- [Phrase::BlacklistedKeyCreateParameters](docs/BlacklistedKeyCreateParameters.md)
|
|
438
438
|
- [Phrase::BlacklistedKeyUpdateParameters](docs/BlacklistedKeyUpdateParameters.md)
|
|
439
439
|
- [Phrase::Branch](docs/Branch.md)
|
|
440
|
+
- [Phrase::BranchComparison](docs/BranchComparison.md)
|
|
441
|
+
- [Phrase::BranchComparisonChange](docs/BranchComparisonChange.md)
|
|
442
|
+
- [Phrase::BranchComparisonDiff](docs/BranchComparisonDiff.md)
|
|
443
|
+
- [Phrase::BranchComparisonDiffConflictsValue](docs/BranchComparisonDiffConflictsValue.md)
|
|
440
444
|
- [Phrase::BranchCreateComparisonParameters](docs/BranchCreateComparisonParameters.md)
|
|
441
445
|
- [Phrase::BranchCreateParameters](docs/BranchCreateParameters.md)
|
|
442
446
|
- [Phrase::BranchMergeParameters](docs/BranchMergeParameters.md)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Phrase::BranchComparison
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**translation_keys** | [**BranchComparisonDiff**](BranchComparisonDiff.md) | | [optional]
|
|
8
|
+
**translations** | [**BranchComparisonDiff**](BranchComparisonDiff.md) | | [optional]
|
|
9
|
+
**locales** | [**BranchComparisonDiff**](BranchComparisonDiff.md) | | [optional]
|
|
10
|
+
**tags** | [**BranchComparisonDiff**](BranchComparisonDiff.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'Phrase'
|
|
16
|
+
|
|
17
|
+
instance = Phrase::BranchComparison.new(translation_keys: null,
|
|
18
|
+
translations: null,
|
|
19
|
+
locales: null,
|
|
20
|
+
tags: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Phrase::BranchComparisonChange
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**from** | **Hash<String, Object>** | | [optional]
|
|
8
|
+
**to** | **Hash<String, Object>** | | [optional]
|
|
9
|
+
|
|
10
|
+
## Code Sample
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'Phrase'
|
|
14
|
+
|
|
15
|
+
instance = Phrase::BranchComparisonChange.new(from: null,
|
|
16
|
+
to: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Phrase::BranchComparisonDiff
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**base_changes** | [**Array<BranchComparisonChange>**](BranchComparisonChange.md) | Changes made to this resource type in the base branch since the branch was created. | [optional]
|
|
8
|
+
**head_changes** | [**Array<BranchComparisonChange>**](BranchComparisonChange.md) | Changes made to this resource type in the feature branch. | [optional]
|
|
9
|
+
**conflicts** | [**Hash<String, BranchComparisonDiffConflictsValue>**](BranchComparisonDiffConflictsValue.md) | Conflicting changes present in both branches, keyed by conflict type. Possible conflict type keys: `changed_in_head_changed_in_base`, `added_in_head_added_in_base`, `changed_in_head_deleted_in_base`, `deleted_in_head_changed_in_base`. Each value contains `base` and `head` arrays of changed attribute objects. | [optional]
|
|
10
|
+
|
|
11
|
+
## Code Sample
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'Phrase'
|
|
15
|
+
|
|
16
|
+
instance = Phrase::BranchComparisonDiff.new(base_changes: null,
|
|
17
|
+
head_changes: null,
|
|
18
|
+
conflicts: null)
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Phrase::BranchComparisonDiffConflictsValue
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**base** | **Array<Hash<String, Object>>** | | [optional]
|
|
8
|
+
**head** | **Array<Hash<String, Object>>** | | [optional]
|
|
9
|
+
|
|
10
|
+
## Code Sample
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'Phrase'
|
|
14
|
+
|
|
15
|
+
instance = Phrase::BranchComparisonDiffConflictsValue.new(base: null,
|
|
16
|
+
head: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
data/docs/BranchesApi.md
CHANGED
|
@@ -18,7 +18,7 @@ Method | HTTP request | Description
|
|
|
18
18
|
|
|
19
19
|
## branch_compare
|
|
20
20
|
|
|
21
|
-
> branch_compare(project_id, name, opts)
|
|
21
|
+
> BranchComparison branch_compare(project_id, name, opts)
|
|
22
22
|
|
|
23
23
|
Compare branches
|
|
24
24
|
|
|
@@ -49,7 +49,8 @@ opts = {
|
|
|
49
49
|
|
|
50
50
|
begin
|
|
51
51
|
#Compare branches
|
|
52
|
-
api_instance.branch_compare(project_id, name, opts)
|
|
52
|
+
result = api_instance.branch_compare(project_id, name, opts)
|
|
53
|
+
pp result
|
|
53
54
|
rescue Phrase::ApiError => e
|
|
54
55
|
puts "Exception when calling BranchesApi->branch_compare: #{e}"
|
|
55
56
|
end
|
|
@@ -66,7 +67,7 @@ Name | Type | Description | Notes
|
|
|
66
67
|
|
|
67
68
|
### Return type
|
|
68
69
|
|
|
69
|
-
Response<(
|
|
70
|
+
Response<([**BranchComparison**](BranchComparison.md))>
|
|
70
71
|
|
|
71
72
|
### Authorization
|
|
72
73
|
|
|
@@ -75,7 +76,7 @@ Response<(nil (empty response body))>
|
|
|
75
76
|
### HTTP request headers
|
|
76
77
|
|
|
77
78
|
- **Content-Type**: Not defined
|
|
78
|
-
- **Accept**:
|
|
79
|
+
- **Accept**: application/json
|
|
79
80
|
|
|
80
81
|
|
|
81
82
|
## branch_comparison_create
|
data/docs/Format.md
CHANGED
|
@@ -4,32 +4,32 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**name** | **String** |
|
|
8
|
-
**api_name** | **String** |
|
|
9
|
-
**description** | **String** |
|
|
10
|
-
**extension** | **String** |
|
|
11
|
-
**default_encoding** | **String** |
|
|
12
|
-
**importable** | **Boolean** |
|
|
13
|
-
**exportable** | **Boolean** |
|
|
14
|
-
**default_file** | **String** |
|
|
15
|
-
**renders_default_locale** | **Boolean** |
|
|
16
|
-
**includes_locale_information** | **Boolean** |
|
|
7
|
+
**name** | **String** | Human-readable display name of the format. |
|
|
8
|
+
**api_name** | **String** | Identifier used to reference this format in API requests, such as the file_format parameter on the uploads and downloads endpoints. |
|
|
9
|
+
**description** | **String** | Human-readable summary of the format and its typical use case. |
|
|
10
|
+
**extension** | **String** | Default file extension associated with this format. |
|
|
11
|
+
**default_encoding** | **String** | Default character encoding used when reading or writing files in this format. |
|
|
12
|
+
**importable** | **Boolean** | Whether locale files can be imported using this format. |
|
|
13
|
+
**exportable** | **Boolean** | Whether locale files can be exported using this format. |
|
|
14
|
+
**default_file** | **String** | Conventional file path pattern for this format. Contains locale_name as a placeholder for the locale identifier. |
|
|
15
|
+
**renders_default_locale** | **Boolean** | When true, exported files contain the default locale's content for any key that has no translation in the target locale. |
|
|
16
|
+
**includes_locale_information** | **Boolean** | When true, files in this format embed locale information so Phrase can detect the locale automatically on import. |
|
|
17
17
|
|
|
18
18
|
## Code Sample
|
|
19
19
|
|
|
20
20
|
```ruby
|
|
21
21
|
require 'Phrase'
|
|
22
22
|
|
|
23
|
-
instance = Phrase::Format.new(name:
|
|
24
|
-
api_name:
|
|
25
|
-
description:
|
|
26
|
-
extension:
|
|
27
|
-
default_encoding:
|
|
28
|
-
importable:
|
|
29
|
-
exportable:
|
|
30
|
-
default_file:
|
|
31
|
-
renders_default_locale:
|
|
32
|
-
includes_locale_information:
|
|
23
|
+
instance = Phrase::Format.new(name: Ruby/Rails YAML,
|
|
24
|
+
api_name: yml,
|
|
25
|
+
description: YAML file format for use with Ruby/Rails applications,
|
|
26
|
+
extension: yml,
|
|
27
|
+
default_encoding: UTF-8,
|
|
28
|
+
importable: true,
|
|
29
|
+
exportable: true,
|
|
30
|
+
default_file: ./config/locales/<locale_name>.yml,
|
|
31
|
+
renders_default_locale: false,
|
|
32
|
+
includes_locale_information: false)
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
|
data/docs/FormatsApi.md
CHANGED
|
@@ -14,7 +14,7 @@ Method | HTTP request | Description
|
|
|
14
14
|
|
|
15
15
|
List formats
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Returns all file formats that Phrase Strings supports. Use the api_name value from each format as the file_format parameter when uploading or downloading locale files. Not every format supports both directions: check the importable and exportable fields before using a format in a workflow. This endpoint does not require authentication and is not subject to rate limiting.
|
|
18
18
|
|
|
19
19
|
### Example
|
|
20
20
|
|
data/docs/Job.md
CHANGED
|
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**updated_at** | **Time** | | [optional]
|
|
17
17
|
**automation_id** | **String** | The ID of the automation that created this job, or null if the job was created manually. | [optional]
|
|
18
18
|
**job_template_id** | **String** | The ID of the job template this job was created from, or null if no template was used. | [optional]
|
|
19
|
+
**review_due_date** | **Time** | The review due date for this job. Returns `null` when the project does not have review workflow enabled. | [optional]
|
|
19
20
|
|
|
20
21
|
## Code Sample
|
|
21
22
|
|
|
@@ -33,7 +34,8 @@ instance = Phrase::Job.new(id: null,
|
|
|
33
34
|
created_at: null,
|
|
34
35
|
updated_at: null,
|
|
35
36
|
automation_id: null,
|
|
36
|
-
job_template_id: null
|
|
37
|
+
job_template_id: null,
|
|
38
|
+
review_due_date: 2015-03-25T11:43:52Z)
|
|
37
39
|
```
|
|
38
40
|
|
|
39
41
|
|
data/docs/JobDetails.md
CHANGED
|
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**updated_at** | **Time** | | [optional]
|
|
17
17
|
**automation_id** | **String** | The ID of the automation that created this job, or null if the job was created manually. | [optional]
|
|
18
18
|
**job_template_id** | **String** | The ID of the job template this job was created from, or null if no template was used. | [optional]
|
|
19
|
+
**review_due_date** | **Time** | The review due date for this job. Returns `null` when the project does not have review workflow enabled. | [optional]
|
|
19
20
|
**owner** | [**UserPreview**](UserPreview.md) | | [optional]
|
|
20
21
|
**job_tag_name** | **String** | | [optional]
|
|
21
22
|
**source_translations_updated_at** | **Time** | | [optional]
|
|
@@ -42,6 +43,7 @@ instance = Phrase::JobDetails.new(id: null,
|
|
|
42
43
|
updated_at: null,
|
|
43
44
|
automation_id: null,
|
|
44
45
|
job_template_id: null,
|
|
46
|
+
review_due_date: 2015-03-25T11:43:52Z,
|
|
45
47
|
owner: null,
|
|
46
48
|
job_tag_name: null,
|
|
47
49
|
source_translations_updated_at: null,
|
data/docs/KeyCreateParameters.md
CHANGED
|
@@ -40,7 +40,7 @@ instance = Phrase::KeyCreateParameters.new(branch: my-feature-branch,
|
|
|
40
40
|
data_type: number,
|
|
41
41
|
tags: awesome-feature,needs-proofreading,
|
|
42
42
|
max_characters_allowed: 140,
|
|
43
|
-
screenshot: [B@
|
|
43
|
+
screenshot: [B@6d448772,
|
|
44
44
|
remove_screenshot: null,
|
|
45
45
|
unformatted: null,
|
|
46
46
|
default_translation_content: Default translation content,
|
data/docs/KeyUpdateParameters.md
CHANGED
|
@@ -38,7 +38,7 @@ instance = Phrase::KeyUpdateParameters.new(branch: my-feature-branch,
|
|
|
38
38
|
data_type: number,
|
|
39
39
|
tags: awesome-feature,needs-proofreading,
|
|
40
40
|
max_characters_allowed: 140,
|
|
41
|
-
screenshot: [B@
|
|
41
|
+
screenshot: [B@614a32ef,
|
|
42
42
|
remove_screenshot: null,
|
|
43
43
|
unformatted: null,
|
|
44
44
|
xml_space_preserve: null,
|
data/docs/Locale.md
CHANGED
|
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**ordinal_plural_forms** | **Array<String>** | | [optional]
|
|
15
15
|
**source_locale** | [**LocalePreview**](LocalePreview.md) | | [optional]
|
|
16
16
|
**fallback_locale** | [**LocalePreview**](LocalePreview.md) | | [optional]
|
|
17
|
+
**language_ai_profile** | **String** | | [optional]
|
|
17
18
|
**created_at** | **Time** | | [optional]
|
|
18
19
|
**updated_at** | **Time** | | [optional]
|
|
19
20
|
|
|
@@ -32,6 +33,7 @@ instance = Phrase::Locale.new(id: null,
|
|
|
32
33
|
ordinal_plural_forms: null,
|
|
33
34
|
source_locale: null,
|
|
34
35
|
fallback_locale: null,
|
|
36
|
+
language_ai_profile: null,
|
|
35
37
|
created_at: null,
|
|
36
38
|
updated_at: null)
|
|
37
39
|
```
|
|
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**unverify_new_translations** | **Boolean** | Indicates that new translations for this locale should be marked as unverified. Part of the [Advanced Workflows](https://support.phrase.com/hc/en-us/articles/5784094755484) feature. | [optional]
|
|
16
16
|
**unverify_updated_translations** | **Boolean** | Indicates that updated translations for this locale should be marked as unverified. Part of the [Advanced Workflows](https://support.phrase.com/hc/en-us/articles/5784094755484) feature. | [optional]
|
|
17
17
|
**autotranslate** | **Boolean** | If set, translations for this locale will be fetched automatically, right after creation. | [optional]
|
|
18
|
+
**language_ai_profile** | **String** | Identifier of the Language AI profile to use for this locale. | [optional]
|
|
18
19
|
|
|
19
20
|
## Code Sample
|
|
20
21
|
|
|
@@ -31,7 +32,8 @@ instance = Phrase::LocaleCreateParameters.new(branch: my-feature-branch,
|
|
|
31
32
|
fallback_locale_id: abcd1234abcd1234abcd1234abcd1234,
|
|
32
33
|
unverify_new_translations: null,
|
|
33
34
|
unverify_updated_translations: null,
|
|
34
|
-
autotranslate: null
|
|
35
|
+
autotranslate: null,
|
|
36
|
+
language_ai_profile: abcd1234abcd1234abcd1234abcd1234)
|
|
35
37
|
```
|
|
36
38
|
|
|
37
39
|
|
data/docs/LocaleDetails.md
CHANGED
|
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**ordinal_plural_forms** | **Array<String>** | | [optional]
|
|
15
15
|
**source_locale** | [**LocalePreview**](LocalePreview.md) | | [optional]
|
|
16
16
|
**fallback_locale** | [**LocalePreview**](LocalePreview.md) | | [optional]
|
|
17
|
+
**language_ai_profile** | **String** | | [optional]
|
|
17
18
|
**created_at** | **Time** | | [optional]
|
|
18
19
|
**updated_at** | **Time** | | [optional]
|
|
19
20
|
**statistics** | [**LocaleStatistics**](LocaleStatistics.md) | | [optional]
|
|
@@ -33,6 +34,7 @@ instance = Phrase::LocaleDetails.new(id: null,
|
|
|
33
34
|
ordinal_plural_forms: null,
|
|
34
35
|
source_locale: null,
|
|
35
36
|
fallback_locale: null,
|
|
37
|
+
language_ai_profile: null,
|
|
36
38
|
created_at: null,
|
|
37
39
|
updated_at: null,
|
|
38
40
|
statistics: null)
|
|
@@ -16,10 +16,13 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**include_unverified_translations** | **Boolean** | if set to false unverified translations are excluded | [optional]
|
|
17
17
|
**use_last_reviewed_version** | **Boolean** | If set to true the last reviewed version of a translation is used. This is only available if the review workflow is enabled for the project. | [optional]
|
|
18
18
|
**locale_ids** | **Array<String>** | Locale IDs or locale names | [optional]
|
|
19
|
-
**fallback_locale_id** | **String** | If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires `include_empty_translations` to be set to `true`. Mutually exclusive with `use_locale_fallback`. | [optional]
|
|
20
|
-
**use_locale_fallback** | **Boolean** | If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Fallback locale is defined in [locale's settings](/en/api/strings/locales/update-a-locale#body-fallback-locale-id). Requires `include_empty_translations` to be set to `true`. Mutually exclusive with `fallback_locale_id`. | [optional]
|
|
19
|
+
**fallback_locale_id** | **String** | If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires `include_empty_translations` to be set to `true` unless `fallback_for_unverified_translations` is also set to `true`. Mutually exclusive with `use_locale_fallback`. | [optional]
|
|
20
|
+
**use_locale_fallback** | **Boolean** | If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Fallback locale is defined in [locale's settings](/en/api/strings/locales/update-a-locale#body-fallback-locale-id). Requires `include_empty_translations` to be set to `true` unless `fallback_for_unverified_translations` is also set to `true`. Mutually exclusive with `fallback_locale_id`. | [optional]
|
|
21
|
+
**fallback_for_unverified_translations** | **Boolean** | If set to `true`, translations in a non-final state are replaced by the fallback locale's translation at export time. In the simple workflow, \"non-final\" means `unverified`. In the review workflow, it additionally includes `translated` (awaiting review). No stored translations are modified. Requires `fallback_locale_id` or `use_locale_fallback` to be set; a `422` validation error is returned otherwise. | [optional]
|
|
21
22
|
**source_locale_id** | **String** | Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a `tag` parameter indicating a specific job. | [optional]
|
|
22
23
|
**custom_metadata_filters** | **Object** | Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download. | [optional]
|
|
24
|
+
**translation_key_prefix** | **String** | Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed. | [optional]
|
|
25
|
+
**filter_by_prefix** | **Boolean** | Only download translation keys containing the prefix specified by `translation_key_prefix`, and remove that prefix from the generated file. Requires `translation_key_prefix` to be set. | [optional]
|
|
23
26
|
**updated_since** | **String** | Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`). | [optional]
|
|
24
27
|
|
|
25
28
|
## Code Sample
|
|
@@ -41,8 +44,11 @@ instance = Phrase::LocaleDownloadCreateParameters.new(file_format: yml,
|
|
|
41
44
|
locale_ids: ["de","en"],
|
|
42
45
|
fallback_locale_id: abcd1234abcd1234abcd1234abcd1234,
|
|
43
46
|
use_locale_fallback: false,
|
|
47
|
+
fallback_for_unverified_translations: false,
|
|
44
48
|
source_locale_id: abcd1234abcd1234abcd1234abcd1234,
|
|
45
49
|
custom_metadata_filters: null,
|
|
50
|
+
translation_key_prefix: prefix_,
|
|
51
|
+
filter_by_prefix: null,
|
|
46
52
|
updated_since: 2023-01-01T00:00:00Z)
|
|
47
53
|
```
|
|
48
54
|
|
|
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**unverify_new_translations** | **Boolean** | Indicates that new translations for this locale should be marked as unverified. Part of the [Advanced Workflows](https://support.phrase.com/hc/en-us/articles/5784094755484) feature. | [optional]
|
|
16
16
|
**unverify_updated_translations** | **Boolean** | Indicates that updated translations for this locale should be marked as unverified. Part of the [Advanced Workflows](https://support.phrase.com/hc/en-us/articles/5784094755484) feature. | [optional]
|
|
17
17
|
**autotranslate** | **Boolean** | If set, translations for this locale will be fetched automatically, right after creation. | [optional]
|
|
18
|
+
**language_ai_profile** | **String** | Identifier of the Language AI profile to use for this locale. | [optional]
|
|
18
19
|
|
|
19
20
|
## Code Sample
|
|
20
21
|
|
|
@@ -31,7 +32,8 @@ instance = Phrase::LocaleUpdateParameters.new(branch: my-feature-branch,
|
|
|
31
32
|
fallback_locale_id: abcd1234abcd1234abcd1234abcd1234,
|
|
32
33
|
unverify_new_translations: null,
|
|
33
34
|
unverify_updated_translations: null,
|
|
34
|
-
autotranslate: null
|
|
35
|
+
autotranslate: null,
|
|
36
|
+
language_ai_profile: abcd1234abcd1234abcd1234abcd1234)
|
|
35
37
|
```
|
|
36
38
|
|
|
37
39
|
|
data/docs/LocalesApi.md
CHANGED
|
@@ -251,11 +251,12 @@ opts = {
|
|
|
251
251
|
skip_unverified_translations: true, # Boolean | Indicates whether the locale file should skip all unverified translations. This parameter is deprecated and should be replaced with `include_unverified_translations`.
|
|
252
252
|
include_unverified_translations: true, # Boolean | if set to false unverified translations are excluded
|
|
253
253
|
use_last_reviewed_version: true, # Boolean | If set to true the last reviewed version of a translation is used. This is only available if the review workflow is enabled for the project.
|
|
254
|
-
fallback_locale_id: 'fallback_locale_id_example', # String | If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires `include_empty_translations` to be set to `true`. Mutually exclusive with `use_locale_fallback`.
|
|
255
|
-
use_locale_fallback: true, # Boolean | If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Fallback locale is defined in [locale's settings](/en/api/strings/locales/update-a-locale#body-fallback-locale-id). Requires `include_empty_translations` to be set to `true`. Mutually exclusive with `fallback_locale_id`.
|
|
254
|
+
fallback_locale_id: 'fallback_locale_id_example', # String | If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires `include_empty_translations` to be set to `true` unless `fallback_for_unverified_translations` is also set to `true`. Mutually exclusive with `use_locale_fallback`.
|
|
255
|
+
use_locale_fallback: true, # Boolean | If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Fallback locale is defined in [locale's settings](/en/api/strings/locales/update-a-locale#body-fallback-locale-id). Requires `include_empty_translations` to be set to `true` unless `fallback_for_unverified_translations` is also set to `true`. Mutually exclusive with `fallback_locale_id`.
|
|
256
|
+
fallback_for_unverified_translations: true, # Boolean | If set to `true`, translations in a non-final state are replaced by the fallback locale's translation at export time. In the simple workflow, \"non-final\" means `unverified`. In the review workflow, it additionally includes `translated` (awaiting review). No stored translations are modified. Requires `fallback_locale_id` or `use_locale_fallback` to be set; a `422` validation error is returned otherwise.
|
|
256
257
|
source_locale_id: 'source_locale_id_example', # String | Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a `tag` parameter indicating a specific job.
|
|
257
258
|
translation_key_prefix: 'prefix_', # String | Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed.
|
|
258
|
-
filter_by_prefix: true, # Boolean | Only download translation keys containing the specified
|
|
259
|
+
filter_by_prefix: true, # Boolean | Only download translation keys containing the prefix specified by `translation_key_prefix`, and remove that prefix from the generated file. Requires `translation_key_prefix` to be set.
|
|
259
260
|
custom_metadata_filters: { key: 3.56}, # Object | Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
|
|
260
261
|
locale_ids: ['inner_example'], # Array<String> | Locale IDs or locale names
|
|
261
262
|
updated_since: '2023-01-01T00:00:00Z' # String | Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
|
|
@@ -294,11 +295,12 @@ Name | Type | Description | Notes
|
|
|
294
295
|
**skip_unverified_translations** | **Boolean**| Indicates whether the locale file should skip all unverified translations. This parameter is deprecated and should be replaced with `include_unverified_translations`. | [optional]
|
|
295
296
|
**include_unverified_translations** | **Boolean**| if set to false unverified translations are excluded | [optional]
|
|
296
297
|
**use_last_reviewed_version** | **Boolean**| If set to true the last reviewed version of a translation is used. This is only available if the review workflow is enabled for the project. | [optional]
|
|
297
|
-
**fallback_locale_id** | **String**| If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires `include_empty_translations` to be set to `true`. Mutually exclusive with `use_locale_fallback`. | [optional]
|
|
298
|
-
**use_locale_fallback** | **Boolean**| If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Fallback locale is defined in [locale's settings](/en/api/strings/locales/update-a-locale#body-fallback-locale-id). Requires `include_empty_translations` to be set to `true`. Mutually exclusive with `fallback_locale_id`. | [optional]
|
|
298
|
+
**fallback_locale_id** | **String**| If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires `include_empty_translations` to be set to `true` unless `fallback_for_unverified_translations` is also set to `true`. Mutually exclusive with `use_locale_fallback`. | [optional]
|
|
299
|
+
**use_locale_fallback** | **Boolean**| If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used. Fallback locale is defined in [locale's settings](/en/api/strings/locales/update-a-locale#body-fallback-locale-id). Requires `include_empty_translations` to be set to `true` unless `fallback_for_unverified_translations` is also set to `true`. Mutually exclusive with `fallback_locale_id`. | [optional]
|
|
300
|
+
**fallback_for_unverified_translations** | **Boolean**| If set to `true`, translations in a non-final state are replaced by the fallback locale's translation at export time. In the simple workflow, \"non-final\" means `unverified`. In the review workflow, it additionally includes `translated` (awaiting review). No stored translations are modified. Requires `fallback_locale_id` or `use_locale_fallback` to be set; a `422` validation error is returned otherwise. | [optional]
|
|
299
301
|
**source_locale_id** | **String**| Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a `tag` parameter indicating a specific job. | [optional]
|
|
300
302
|
**translation_key_prefix** | **String**| Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed. | [optional]
|
|
301
|
-
**filter_by_prefix** | **Boolean**| Only download translation keys containing the specified
|
|
303
|
+
**filter_by_prefix** | **Boolean**| Only download translation keys containing the prefix specified by `translation_key_prefix`, and remove that prefix from the generated file. Requires `translation_key_prefix` to be set. | [optional]
|
|
302
304
|
**custom_metadata_filters** | [**Object**](.md)| Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download. | [optional]
|
|
303
305
|
**locale_ids** | [**Array<String>**](String.md)| Locale IDs or locale names | [optional]
|
|
304
306
|
**updated_since** | **String**| Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`). | [optional]
|
|
@@ -47,7 +47,7 @@ instance = Phrase::ProjectCreateParameters.new(name: My Android Project,
|
|
|
47
47
|
main_format: yml,
|
|
48
48
|
media: Python,
|
|
49
49
|
shares_translation_memory: true,
|
|
50
|
-
project_image: [B@
|
|
50
|
+
project_image: [B@1e92420f,
|
|
51
51
|
remove_project_image: null,
|
|
52
52
|
account_id: abcd1234,
|
|
53
53
|
point_of_contact: abcd1234,
|
|
@@ -48,7 +48,7 @@ instance = Phrase::ProjectUpdateParameters.new(account_id: abcd1234,
|
|
|
48
48
|
main_format: yml,
|
|
49
49
|
media: Python,
|
|
50
50
|
shares_translation_memory: true,
|
|
51
|
-
project_image: [B@
|
|
51
|
+
project_image: [B@32dca84b,
|
|
52
52
|
remove_project_image: false,
|
|
53
53
|
workflow: review,
|
|
54
54
|
machine_translation_enabled: true,
|
data/docs/RepoSync.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**id** | **String** | | [optional]
|
|
8
|
+
**name** | **String** | Optional custom display name for this repo sync. When null or blank, the sync is displayed using the associated project name. | [optional]
|
|
8
9
|
**project** | [**ProjectShort**](ProjectShort.md) | | [optional]
|
|
9
10
|
**provider** | **String** | | [optional]
|
|
10
11
|
**enabled** | **Boolean** | | [optional]
|
|
@@ -21,6 +22,7 @@ Name | Type | Description | Notes
|
|
|
21
22
|
require 'Phrase'
|
|
22
23
|
|
|
23
24
|
instance = Phrase::RepoSync.new(id: null,
|
|
25
|
+
name: null,
|
|
24
26
|
project: null,
|
|
25
27
|
provider: null,
|
|
26
28
|
enabled: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**project_id** | **String** | ID of the project to connect the Repo Sync to. |
|
|
8
|
+
**name** | **String** | Optional custom display name for this repo sync. Defaults to null; when null the project name is used as the display name. | [optional]
|
|
8
9
|
**git_provider** | **String** | The Git provider to use. | [optional] [default to 'github']
|
|
9
10
|
**connection_type** | **String** | The authentication method used to connect to the Git provider. Defaults to `token` if not specified. Valid values: - `token` — Personal access token stored on the Repo Sync. Supported by all providers. - `github_app` — Authenticate via the Phrase GitHub App installation on your account. GitHub only. The account must already have the GitHub App installed; if not, the response will include a `github_app_installation_url`. - `self_hosted` — Token-based auth for self-hosted Git instances. Requires `custom_api_endpoint`. |
|
|
10
11
|
**repo_name** | **String** | Full repository name including the owner, e.g. `my-org/my-repo`. |
|
|
@@ -20,6 +21,7 @@ Name | Type | Description | Notes
|
|
|
20
21
|
require 'Phrase'
|
|
21
22
|
|
|
22
23
|
instance = Phrase::RepoSyncCreateParameters.new(project_id: abcd1234abcd1234abcd1234abcd1234,
|
|
24
|
+
name: null,
|
|
23
25
|
git_provider: github,
|
|
24
26
|
connection_type: github_app,
|
|
25
27
|
repo_name: my-org/my-repo,
|
data/docs/ScreenshotsApi.md
CHANGED
|
@@ -14,11 +14,11 @@ Method | HTTP request | Description
|
|
|
14
14
|
|
|
15
15
|
## screenshot_create
|
|
16
16
|
|
|
17
|
-
> Screenshot screenshot_create(project_id, opts)
|
|
17
|
+
> Screenshot screenshot_create(project_id, filename, opts)
|
|
18
18
|
|
|
19
19
|
Create a screenshot
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
Creates a screenshot in a project to provide visual context for in-context translation. Attach translation keys to regions of the uploaded image so translators can see where each string appears in your UI. This endpoint accepts a multipart/form-data request with a binary file upload, unlike most Phrase API endpoints that use JSON. Use a multipart form client or the -F flag in curl rather than a JSON body. The screenshot name must be unique within the project (case-insensitive). When name is omitted, it is derived from the uploaded filename. The account must have the Screenshots feature enabled; requests to projects on accounts without it return 403. Creating a screenshot requires a token with the write scope and manage access to the project.
|
|
22
22
|
|
|
23
23
|
### Example
|
|
24
24
|
|
|
@@ -38,17 +38,17 @@ end
|
|
|
38
38
|
|
|
39
39
|
api_instance = Phrase::ScreenshotsApi.new
|
|
40
40
|
project_id = 'project_id_example' # String | Project ID
|
|
41
|
+
filename = File.new('/path/to/some/file') # File | Image file to upload. Accepted formats are JPEG (jpg/jpeg), GIF, and PNG. Maximum file size is 10 MB. Submitting an unsupported format or a file exceeding the size limit returns 422.
|
|
41
42
|
opts = {
|
|
42
43
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
43
44
|
branch: 'branch_example', # String | specify the branch to use
|
|
44
|
-
name: 'name_example', # String |
|
|
45
|
-
description: 'description_example'
|
|
46
|
-
filename: File.new('/path/to/some/file') # File | Screenshot file
|
|
45
|
+
name: 'name_example', # String | Display name for the screenshot. Must be unique within the project (case-insensitive). When omitted, the name is derived from the uploaded filename.
|
|
46
|
+
description: 'description_example' # String | Optional free-text description of the screenshot.
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
begin
|
|
50
50
|
#Create a screenshot
|
|
51
|
-
result = api_instance.screenshot_create(project_id, opts)
|
|
51
|
+
result = api_instance.screenshot_create(project_id, filename, opts)
|
|
52
52
|
pp result
|
|
53
53
|
rescue Phrase::ApiError => e
|
|
54
54
|
puts "Exception when calling ScreenshotsApi->screenshot_create: #{e}"
|
|
@@ -61,11 +61,11 @@ end
|
|
|
61
61
|
Name | Type | Description | Notes
|
|
62
62
|
------------- | ------------- | ------------- | -------------
|
|
63
63
|
**project_id** | **String**| Project ID |
|
|
64
|
+
**filename** | **File**| Image file to upload. Accepted formats are JPEG (jpg/jpeg), GIF, and PNG. Maximum file size is 10 MB. Submitting an unsupported format or a file exceeding the size limit returns 422. |
|
|
64
65
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
65
66
|
**branch** | **String**| specify the branch to use | [optional]
|
|
66
|
-
**name** | **String**|
|
|
67
|
-
**description** | **String**|
|
|
68
|
-
**filename** | **File**| Screenshot file | [optional]
|
|
67
|
+
**name** | **String**| Display name for the screenshot. Must be unique within the project (case-insensitive). When omitted, the name is derived from the uploaded filename. | [optional]
|
|
68
|
+
**description** | **String**| Optional free-text description of the screenshot. | [optional]
|
|
69
69
|
|
|
70
70
|
### Return type
|
|
71
71
|
|
data/docs/UploadSummary.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**locales_created** | **Integer** | | [optional]
|
|
8
8
|
**translation_keys_created** | **Integer** | | [optional]
|
|
9
9
|
**translation_keys_updated** | **Integer** | | [optional]
|
|
10
|
-
**translation_keys_unmentioned** | **Integer** | The number of translation keys in the project that were not mentioned in the upload. Note: this field is not calculated (and shows 0) if the upload contains more than
|
|
10
|
+
**translation_keys_unmentioned** | **Integer** | The number of translation keys in the project that were not mentioned in the upload. Note: this field is not calculated (and shows 0) if the upload contains more than 100,000 keys. | [optional]
|
|
11
11
|
**translations_created** | **Integer** | | [optional]
|
|
12
12
|
**translations_updated** | **Integer** | | [optional]
|
|
13
13
|
**tags_created** | **Integer** | | [optional]
|