Skip to content

Commit

Permalink
Merge pull request #72 from newfold-labs/add/pt_BR-translations
Browse files Browse the repository at this point in the history
Implement Module Support for Translations and Include Relevant `pt_BR` Translations
  • Loading branch information
arunshenoy99 authored Apr 29, 2024
2 parents 57b8ab7 + e1f857d commit b7c1a88
Show file tree
Hide file tree
Showing 16 changed files with 1,632 additions and 172 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"autoload": {
"psr-4": {
"NewfoldLabs\\WP\\Module\\Onboarding\\Data\\": "includes/"
}
},
"files": [
"includes/I18n.php"
]
},
"repositories": {
"newfold": {
Expand All @@ -32,7 +35,8 @@
"newfold-labs/wp-module-performance": "^1.4"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2"
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.4.3"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit b7c1a88

Please sign in to comment.