Skip to content

Commit

Permalink
Enable Euskera language (Basque)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Feb 18, 2025
1 parent 453264b commit 3b33f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
helpers FactsHelpers

# Activate multi-language
activate :i18n, mount_at_root: :en, langs: [:en, :es, :ca, :cs, :fr, :de, :ja, :"pt-BR", :ro, :fi]
activate :i18n, mount_at_root: :en, langs: [:en, :es, :eu, :ca, :cs, :fr, :de, :ja, :"pt-BR", :ro, :fi]

activate :directory_indexes

Expand Down
3 changes: 3 additions & 0 deletions data/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
- english:
name: 'English'
path: 'en'
- euskera:
name: 'Euskera'
path: 'eu'
- french:
name: 'Français'
path: 'fr'
Expand Down

0 comments on commit 3b33f55

Please sign in to comment.