Info
- 10 posts
- 5 voices
- Started 2 years ago by basszje
- Latest reply from Kadr
- This topic is resolved
bbPress 1.02 Dutch translation
-
- Posted 2 years ago #
I noticed there was not really a Dutch translation around, so I put something together. It can be found here: http://basszje.vrijwazig.org/wp-content/dev/bbpress102_nl_latest.zip
If anybody makes improvements I'd like some feedback ( see readme ) so we can keep the best version together!
-
- Posted 2 years ago #
Thanks a lot!
-
- Posted 2 years ago #
doesn't compltely work out for me. I have the files placed in the my-langages folder,
Also changed the line in the config file to:
define( 'bbpress_nl.mo', '' );but nothing changes…
-
- Posted 2 years ago #
Maybe there's a typo in your folder name or just here. It should be
my-languages. Then the file needs to be named exactly as the define statement in your bb-config.php file. Is that all true? -
- Posted 2 years ago #
Deze vertaling gebruik ik ook. Het was even een gedoe met de juiste map vinden waar deze ingezet moest worden, maar het is uiteindelijk toch gelukt. Heb ook even de naam gewijzigd van bbpress_nl.mo naar nl.mo
-
Thanks a lot for this translation! -
- Posted 2 years ago #
Ok, Still no luck.
The right folder should be:
my-languages in the root folder of my bbpress install. (same directory as were the config file lives for example).I changed the name of the file to nl.mo
At the bottem of my config file I now have this line:
define( 'nl.mo', '' );Is this all correct?
If so, then why doesn't it work?! -
- Posted 2 years ago #
The define statement should look like this:
define( 'BB_LANG', 'nl_NL' );if your file is named
nl_NL.moin the my-languages/ directoryThe format for the name of that file is
language code_underscore_country code.mo so nl_NL.mo and in the config you drop the
.moMore info about Dutch for bbPress here: http://bbpress.org/forums/topic/dutch-translation#post-56700
-
- Posted 2 years ago #
In your define statement you defined nl.mo to be empty, BTW.
-
- Posted 2 years ago #
file naming convention:
http://codex.wordpress.org/Translating_WordPress#Repository_File_Structure -
- Posted 2 years ago #
thnx for the help chrishajer!
all is well now.I just had issues reading your comments, and made some small errors...
-
You must log in to post.