Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Add Russian translation and ACF image field support #133

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ npm-debug.log
yarn-error.log
.idea
/vendor
/.history
2 changes: 2 additions & 0 deletions includes/integrations/class-wpm-acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ public function __construct() {
add_filter( 'wpm_acf_field_text_config', array( $this, 'add_text_field_config' ) );
add_filter( 'wpm_acf_field_textarea_config', array( $this, 'add_text_field_config' ) );
add_filter( 'wpm_acf_field_wysiwyg_config', array( $this, 'add_text_field_config' ) );
add_filter( 'wpm_acf_field_image_config', array( $this, 'add_image_field_config' ) );
add_filter( 'wpm_acf_text_config', '__return_empty_array' );
add_filter( 'wpm_acf_textarea_config', '__return_empty_array' );
add_filter( 'wpm_acf_wysiwyg_config', '__return_empty_array' );
add_filter( 'wpm_acf_image_config', '__return_empty_array' );
}


Expand Down
Binary file added languages/wp-multilang-ru_RU.mo
Binary file not shown.
Loading