mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Initial implementation of OpenGraph metadata insertion
This commit is contained in:
parent
f84715db5b
commit
da1b69c6b7
4 changed files with 227 additions and 10 deletions
21
common/defaults/locales.php
Normal file
21
common/defaults/locales.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Conversion map from languages to locales
|
||||
*
|
||||
* Copyright (c) Rhymix Developers and Contributors
|
||||
*/
|
||||
return array(
|
||||
'ko' => 'ko_KR',
|
||||
'en' => 'en_US',
|
||||
'ja' => 'ja_JP',
|
||||
'zh-CN' => 'zh_CN',
|
||||
'zh-TW' => 'zh_TW',
|
||||
'de' => 'de_DE',
|
||||
'es' => 'es_ES',
|
||||
'fr' => 'fr_FR',
|
||||
'mn' => 'mn_MN',
|
||||
'ru' => 'ru_RU',
|
||||
'tr' => 'tr_TR',
|
||||
'vi' => 'vi_VN',
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue