Skip to content

Commit f8b1cbe

Browse files
committed
chore: update .gitignore and package.json for translation support
- Add translation files to .gitignore to prevent unnecessary tracking. - Enhance package.json with new scripts for generating and updating translation files, improving internationalization workflow.
1 parent 866070b commit f8b1cbe

17 files changed

+27
-29
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ node_modules/
3333
/tests/auth/*.json
3434
/tests/auth/
3535
.phpcs.cache
36+
37+
# Translation files
38+
*.mo

includes/admin/monei-cc-settings.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
'label' => __( 'This will redirect the customer to the Hosted Payment Page.', 'monei' ),
3838
'default' => 'no',
3939
'description' => __(
40-
'If disabled the credit card input will be rendered directly on the checkout page.<br>' .
41-
'It is recommended to enable redirection in cases where card payments do not function correctly.',
40+
'If disabled the credit card input will be rendered directly on the checkout page.<br>It is recommended to enable redirection in cases where card payments do not function correctly.',
4241
'monei'
4342
),
4443
),

languages/monei-ca.mo

-30 KB
Binary file not shown.

languages/monei-de_DE.mo

-30.5 KB
Binary file not shown.

languages/monei-es_ES.mo

-30.2 KB
Binary file not shown.

languages/monei-et.mo

-27.9 KB
Binary file not shown.

languages/monei-fi.mo

-28.9 KB
Binary file not shown.

languages/monei-fr_FR.mo

-31 KB
Binary file not shown.

languages/monei-it_IT.mo

-29.7 KB
Binary file not shown.

languages/monei-lv.mo

-29.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)