Emoji Translation

While emoji is obviously not a real language, I think this could be a fun project to show off the flexibility of the WordPress language pack system.

This would be the definition:

$emoji = new GP_Locale();
$emoji->english_name = 'Emoji';
$emoji->native_name = "\xf0\x9f\x8c\x8f\xf0\x9f\x8c\x8d\xf0\x9f\x8c\x8e (Emoji)";
$emoji->lang_code_iso_639_2 = 'art';
$emoji->wp_locale = 'art_x_emoji';
$emoji->slug = 'art-x-emoji';

art is the ISO 639-2 designation for artificial languages, and the art-x prefix denotes it as an artificial language that doesn’t have an official language tag.

#emoji, #request