Skip to content

Instantly share code, notes, and snippets.

@mayukojpn
Created October 27, 2016 05:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayukojpn/5070dc5576d5fdcb87716b1aac74406b to your computer and use it in GitHub Desktop.
Save mayukojpn/5070dc5576d5fdcb87716b1aac74406b to your computer and use it in GitHub Desktop.
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