Last active
August 14, 2017 14:23
-
-
Save mayukojpn/121e41b0ea28f9341c571fda5d5189bc to your computer and use it in GitHub Desktop.
Add ja locale to amazon-associates-link-builder plugin
This file contains 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: trunk/lib/php/aalb_internationalization_helper.php | |
=================================================================== | |
--- trunk/lib/php/aalb_internationalization_helper.php (revision 1713213) | |
+++ trunk/lib/php/aalb_internationalization_helper.php (working copy) | |
@@ -34,11 +34,11 @@ | |
IT => "Vedi su Amazon.it", | |
DE => "Hier auf Amazon.de", | |
ES => "Consultar en Amazon.es", | |
+ JP => "Amazon でチェック", | |
BR => "Check on Amazon", | |
CA => "Check on Amazon", | |
CN => "Check on Amazon", | |
IN => "Check on Amazon", | |
- JP => "Check on Amazon", | |
MX => "Check on Amazon", | |
UK => "Check on Amazon", | |
), | |
@@ -48,11 +48,11 @@ | |
IT => "Non disponibile", | |
DE => "Derzeit nicht verfügbar", | |
ES => "Producto no disponible", | |
+ JP => "在庫切れ", | |
BR => "Out of stock", | |
CA => "Out of stock", | |
CN => "Out of stock", | |
IN => "Out of stock", | |
- JP => "Out of stock", | |
MX => "Out of stock", | |
UK => "Out of stock", | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment