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 2910329
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.5, 2.6, 2.7.6, 3.2.1, jruby-9.2.21, jruby-9.3.14, jruby-9.4.1]
ruby-version: [2.4, 2.5, 2.6, 2.7.6, 3.2.1, jruby-9.2.21, jruby-9.3.14, jruby-9.4.1]
steps:
- uses: actions/checkout@v3
with:
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 2910329

Please sign in to comment.