Fixing order of contact editors for CJK locales
Bug: 2498855
Change-Id: Idcacb05ad29a5898dc8a5626a90294a145c6eb57
diff --git a/res/values-ja/config.xml b/res/values-ja/config.xml
index bc88b69..c5d3aea 100644
--- a/res/values-ja/config.xml
+++ b/res/values-ja/config.xml
@@ -29,4 +29,7 @@
<!-- If true, the default sort order is primary (i.e. by given name) -->
<bool name="config_default_display_order_primary">true</bool>
+
+ <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
+ <bool name="config_editor_field_order_primary">false</bool>
</resources>