ricmetal
Forum Replies Created
-
Hello,
Ive started translating WPForms into portuguese. My issue is that nothing is showing in portuguese.Please see the images i provided. They show what i think is the correct config to change WPForms to show a different language.
If i could get help that would be great 🙂
- This reply was modified 7 years, 8 months ago by ricmetal.
here are a few images of my languages in wordpress.
http://wptrials.byethost4.com/delmejustimgforhelp/
i’m also using oceanwp child theme which is offered on github, and i uploaded it through wordpress (if that’s relevant at all)
i wonder i there’s an issue with having two portugues languages? and if i should delete the one i’m not using?
- This reply was modified 7 years, 8 months ago by ricmetal.
Forum: Themes and Templates
In reply to: [OceanWP] Languagesorry, i had to resolve this fast so i reset my wordpress installation and rebuilt the website.
on the plus side i’ll update the pt_PT language for OceanWP in the upcoming time!
thanks for your time!
Forum: Themes and Templates
In reply to: [OceanWP] Languageok, i get. the website still doesn’t show in another language. this might be a problem from another plugin. any one or two steps i can follow to ensure this is not an oceapwp problem?
i’m using es_ES, which comes with oceanwp, and i’m using the oceanwp theme (no childs), and set the website to spanish (assuming it the general es_ES)?
i’d rather try and fix the problem, other that re-making the custom child theme.
- This reply was modified 7 years, 8 months ago by ricmetal.
Forum: Themes and Templates
In reply to: [OceanWP] Languageso, how exactly do i change the language?
oceanwp’s zip already contains the language i want with translations.EDIT maybe not, it has PT_BR
ive also added the languages to the child theme through that function:function my_child_theme_locale() {
load_child_theme_textdomain( ‘ocean’, get_stylesheet_directory() . ‘/languages’ );
}
add_action( ‘after_setup_theme’, ‘my_child_theme_locale’ );how do you i make the website show translated strings?
i still get english strings, for instance in the search results, when i want to have them im Portuguese.- This reply was modified 7 years, 8 months ago by ricmetal.
Forum: Themes and Templates
In reply to: [OceanWP] Languagehello again,
in my case, i want the website to be PT_BR which there already exists a po file with the strings translated. can i use that po file?