Skip to content

Commit

Permalink
Merge pull request #1971 from NestorEncinas/nen-lx-204
Browse files Browse the repository at this point in the history
FEATURE:  LX-204 Add es-419, fr-CA, en-GB to user prov. brick
  • Loading branch information
jimirocks authored May 6, 2024
2 parents 8b440cb + fcbb463 commit 693bd8a
Show file tree
Hide file tree
Showing 2 changed files with 5 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.65
3.7.66
5 changes: 4 additions & 1 deletion lib/gooddata/models/domain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ class Domain < Rest::Resource
'fr-FR' => 'French',
'de-DE' => 'German',
'ja-JP' => 'Japanese',
'it-IT' => 'Italian'
'it-IT' => 'Italian',
'es-419' => 'Spanish/Latin America',
'fr-CA' => 'French/Canada',
'en-GB' => 'English/UK'
}

class << self
Expand Down

0 comments on commit 693bd8a

Please sign in to comment.