Skip to content

Commit 73824cd

Browse files
committed
test: add a test for locales in declarative api
jira: CQ-1650 risk: nonprod
1 parent a14d5dd commit 73824cd

File tree

57 files changed

+48564
-643
lines changed

Some content is hidden

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

57 files changed

+48564
-643
lines changed

packages/gooddata-sdk/tests/catalog/expected/declarative_workspaces.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,6 +2544,13 @@
25442544
"id": "geo__state__location",
25452545
"sourceColumn": "geo__state__location",
25462546
"sourceColumnDataType": "STRING",
2547+
"locale": "en-US",
2548+
"translations": [
2549+
{
2550+
"locale": "cs-CZ",
2551+
"sourceColumn": "geo__state__location_cz"
2552+
}
2553+
],
25472554
"tags": [
25482555
"Customers"
25492556
],

packages/gooddata-sdk/tests/catalog/expected/declarative_workspaces_snake_case.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,13 @@
209209
"source_column": "geo__state__location",
210210
"source_column_data_type": "STRING",
211211
"description": "Location",
212+
"locale": "en-US",
213+
"translations": [
214+
{
215+
"locale": "cs-CZ",
216+
"source_column": "geo__state__location_cz"
217+
}
218+
],
212219
"tags": [
213220
"Customers"
214221
],

0 commit comments

Comments
 (0)