Skip to content

Commit

Permalink
feat: add new langs. to user prov. brick
Browse files Browse the repository at this point in the history
JIRA: LX-416
  • Loading branch information
NestorEncinas committed Aug 12, 2024
1 parent 5edec07 commit 93ad2bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.67
3.7.68
6 changes: 5 additions & 1 deletion lib/gooddata/models/domain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ class Domain < Rest::Resource
'it-IT' => 'Italian',
'es-419' => 'Spanish/Latin America',
'fr-CA' => 'French/Canada',
'en-GB' => 'English/UK'
'en-GB' => 'English/UK',
'en-AU' => 'English/Australian',
'fi-FI' => 'Finnish',
'zh-Hant' => 'Traditional Chinese',
'zh-Yue' => 'Cantonese'
}

class << self
Expand Down

0 comments on commit 93ad2bc

Please sign in to comment.