Skip to content

Commit 5a5da52

Browse files
author
Phrase
committed
1 parent 635c9e2 commit 5a5da52

246 files changed

Lines changed: 402 additions & 243 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/openapi.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37423,6 +37423,7 @@ components:
3742337423
id: abcd1234cdef1234abcd1234cdef1234
3742437424
name: en
3742537425
code: en-GB
37426+
language_ai_profile: abcd1234abcd1234abcd1234abcd1234
3742637427
created_at: 2015-01-28T09:52:53Z
3742737428
updated_at: 2015-01-28T09:52:53Z
3742837429
properties:
@@ -37450,6 +37451,8 @@ components:
3745037451
$ref: '#/components/schemas/locale_preview'
3745137452
fallback_locale:
3745237453
$ref: '#/components/schemas/locale_preview'
37454+
language_ai_profile:
37455+
type: string
3745337456
created_at:
3745437457
format: date-time
3745537458
type: string
@@ -40393,6 +40396,10 @@ components:
4039340396
\ right after creation."
4039440397
type: boolean
4039540398
example: null
40399+
language_ai_profile:
40400+
description: Identifier of the Language AI profile to use for this locale.
40401+
example: abcd1234abcd1234abcd1234abcd1234
40402+
type: string
4039640403
required:
4039740404
- code
4039840405
- name
@@ -40455,6 +40462,10 @@ components:
4045540462
\ right after creation."
4045640463
type: boolean
4045740464
example: null
40465+
language_ai_profile:
40466+
description: Identifier of the Language AI profile to use for this locale.
40467+
example: abcd1234abcd1234abcd1234abcd1234
40468+
type: string
4045840469
title: locale/update/parameters
4045940470
type: object
4046040471
locale_download_create_parameters:

docs/Locale.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
1616
**ordinalPluralForms** | **List<String>** | | [optional]
1717
**sourceLocale** | [**LocalePreview**](LocalePreview.md) | | [optional]
1818
**fallbackLocale** | [**LocalePreview**](LocalePreview.md) | | [optional]
19+
**languageAiProfile** | **String** | | [optional]
1920
**createdAt** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
2021
**updatedAt** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
2122

docs/LocaleCreateParameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
1717
**unverifyNewTranslations** | **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]
1818
**unverifyUpdatedTranslations** | **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]
1919
**autotranslate** | **Boolean** | If set, translations for this locale will be fetched automatically, right after creation. | [optional]
20+
**languageAiProfile** | **String** | Identifier of the Language AI profile to use for this locale. | [optional]
2021

2122

2223

docs/LocaleDetails.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
1616
**ordinalPluralForms** | **List<String>** | | [optional]
1717
**sourceLocale** | [**LocalePreview**](LocalePreview.md) | | [optional]
1818
**fallbackLocale** | [**LocalePreview**](LocalePreview.md) | | [optional]
19+
**languageAiProfile** | **String** | | [optional]
1920
**createdAt** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
2021
**updatedAt** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
2122
**statistics** | [**LocaleStatistics**](LocaleStatistics.md) | | [optional]

docs/LocaleUpdateParameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
1717
**unverifyNewTranslations** | **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]
1818
**unverifyUpdatedTranslations** | **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]
1919
**autotranslate** | **Boolean** | If set, translations for this locale will be fetched automatically, right after creation. | [optional]
20+
**languageAiProfile** | **String** | Identifier of the Language AI profile to use for this locale. | [optional]
2021

2122

2223

src/main/java/com/phrase/client/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import java.util.Map;
1616
import java.util.List;
1717

18-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-24T08:13:01.333011972Z[Etc/UTC]")
18+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T06:55:45.909369434Z[Etc/UTC]")
1919
public class ApiException extends Exception {
2020
private int code = 0;
2121
private Map<String, List<String>> responseHeaders = null;

src/main/java/com/phrase/client/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
package com.phrase.client;
1414

15-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-24T08:13:01.333011972Z[Etc/UTC]")
15+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T06:55:45.909369434Z[Etc/UTC]")
1616
public class Configuration {
1717
private static ApiClient defaultApiClient = new ApiClient();
1818

src/main/java/com/phrase/client/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
package com.phrase.client;
1414

15-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-24T08:13:01.333011972Z[Etc/UTC]")
15+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T06:55:45.909369434Z[Etc/UTC]")
1616
public class Pair {
1717
private String name = "";
1818
private String value = "";

src/main/java/com/phrase/client/StringUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
package com.phrase.client;
1414

15-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-24T08:13:01.333011972Z[Etc/UTC]")
15+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T06:55:45.909369434Z[Etc/UTC]")
1616
public class StringUtil {
1717
/**
1818
* Check if the given array contains the given value (with case-insensitive comparison).

src/main/java/com/phrase/client/auth/ApiKeyAuth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.Map;
1818
import java.util.List;
1919

20-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-24T08:13:01.333011972Z[Etc/UTC]")
20+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T06:55:45.909369434Z[Etc/UTC]")
2121
public class ApiKeyAuth implements Authentication {
2222
private final String location;
2323
private final String paramName;

0 commit comments

Comments
 (0)