Skip to content

Commit

Permalink
config: Support user languages
Browse files Browse the repository at this point in the history
  • Loading branch information
hung-nguyen-hoang committed Aug 12, 2024
1 parent 5edec07 commit 45f7e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 2.4
bundler-cache: true
- name: run pronto-code-review
run: |
Expand Down
1 change: 1 addition & 0 deletions lib/gooddata/models/domain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module GoodData
class Domain < Rest::Resource
attr_reader :name

# Support user languages
USER_LANGUAGES = {
'en-US' => 'English',
'nl-NL' => 'Dutch',
Expand Down

0 comments on commit 45f7e36

Please sign in to comment.