Created
October 27, 2016 05:15
-
-
Save mayukojpn/5070dc5576d5fdcb87716b1aac74406b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: includes/flags.php | |
=================================================================== | |
--- includes/flags.php (revision 1522857) | |
+++ includes/flags.php (working copy) | |
@@ -53,6 +53,7 @@ | |
'hy' => 'am', | |
'ja' => 'jp', | |
'kk' => 'kz', | |
+ 'km' => 'kh', | |
'lo' => 'la', | |
'lv' => 'lv', | |
'mn' => 'mn', | |
Index: includes/functions.php | |
=================================================================== | |
--- includes/functions.php (revision 1522857) | |
+++ includes/functions.php (working copy) | |
@@ -78,7 +78,7 @@ | |
'jv_ID' => __( 'Javanese', 'bogo' ), | |
'ka_GE' => __( 'Georgian', 'bogo' ), | |
'kk' => __( 'Kazakh', 'bogo' ), | |
- 'km_KH' => __( 'Khmer', 'bogo' ), | |
+ 'km' => __( 'Khmer', 'bogo' ), | |
'kn' => __( 'Kannada', 'bogo' ), | |
'ko_KR' => __( 'Korean', 'bogo' ), | |
'li' => __( 'Limburgish', 'bogo' ), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment