Skip to content

Commit 752f15b

Browse files
committed
Added Greek locale to list in config.php
1 parent 8774ca5 commit 752f15b

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
- `NoCache` middleware to prevent caching of routes with dynamic content
1313
- Sample test environment for Docker
1414
- Added `validateMigrationDependencies` helper method to `BaseSeed`
15+
- Greek locale (Thanks @lenasterg!; [#940])
1516

1617
### Changed
1718
- Sprinkle list in the bakery `debug` command to uses the new `sprinkle:list` table
@@ -706,3 +707,4 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
706707
[#872]: https://github.com/userfrosting/UserFrosting/issues/872
707708
[#888]: https://github.com/userfrosting/UserFrosting/issues/888
708709
[#919]: https://github.com/userfrosting/UserFrosting/issues/919
710+
[#940]: https://github.com/userfrosting/UserFrosting/issues/940

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ This project exists thanks to all the people who contribute. If you're intereste
112112
- Dmitriy (@rendername) - Russian
113113
- Amin Akbari (@aminakbari) - Farsi
114114
- Dumblledore - Turkish
115+
- Lena Stergatou (@lenasterg) - Greek
115116

116117
## Supporting UserFrosting
117118

app/sprinkles/core/config/default.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,9 @@
314314
'tr' => 'Türk',
315315
'it_IT' => 'Italiano',
316316
'th_TH' => 'ภาษาไทย',
317-
'fa' => 'فارسی'
317+
'fa' => 'فارسی',
318+
'el' => 'Greek',
319+
318320
],
319321
// This can be a comma-separated list, to load multiple fallback locales.
320322
// Supported browser requested languages always have first preference.

0 commit comments

Comments
 (0)