File tree Expand file tree Collapse file tree
app/sprinkles/core/config Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments