Project

emoji_flag

0.02
No release in over 3 years
Low commit activity in last 3 years
Returns the emoji flag for an ISO 639-1 language code or LCID.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.14
~> 12.0
~> 0.16
 Project Readme

EmojiFlag

A simple gem to get the emoji flag for an ISO 639-1 language code or locale id string (LCID).

Build Status Gem Version Maintainability Test Coverage

Usage

EmojiFlag.new('nl') # => πŸ‡³πŸ‡±
EmojiFlag.new('en') # => πŸ‡¬πŸ‡§
EmojiFlag.new('nl_BE') # => πŸ‡§πŸ‡ͺ
EmojiFlag.new('en_US') # => πŸ‡ΊπŸ‡Έ

Also supports passing in a symbol language code, making it easy to integrate with Rails' I18n.available_locales:

EmojiFlag.new(:de) # => πŸ‡©πŸ‡ͺ

Installation

Add this line to your application's Gemfile:

gem 'emoji_flag'

And then execute:

$ bundle

License

The gem is available as open source under the terms of the MIT License.