mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Store the language locale instead of the language code.
This commit is contained in:
parent
47f61cb543
commit
aa40627840
1 changed files with 4 additions and 4 deletions
|
@ -142,10 +142,10 @@ const PaypalSettings = () => {
|
|||
};
|
||||
|
||||
const languagesExample = [
|
||||
{ value: 'en', label: 'English' },
|
||||
{ value: 'de', label: 'German' },
|
||||
{ value: 'es', label: 'Spanish' },
|
||||
{ value: 'it', label: 'Italian' },
|
||||
{ value: 'en_US', label: 'English' },
|
||||
{ value: 'de_DE', label: 'German' },
|
||||
{ value: 'es_ES', label: 'Spanish' },
|
||||
{ value: 'it_IT', label: 'Italian' },
|
||||
];
|
||||
|
||||
const subtotalAdjustmentChoices = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue