Skip to content

Commit 2e34efd

Browse files
authored
Merge pull request #54 from EarthPortal/fix-flags
fix flags not showing
2 parents 9c82487 + 6344dd3 commit 2e34efd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/components/language_field_component.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def lang_code
3030
@lang_code = 'cn'
3131
when 'ja'
3232
@lang_code = 'jp'
33+
when 'el'
34+
@lang_code = 'gr'
3335
end
3436
@lang_code
3537
end

0 commit comments

Comments
 (0)