I have a plugin where all texts are written as __ ( "my text", "myplugin") and _e ( "My Text", "myplugin")
I'm using PoEdit, have retrieved texts, translated them into Danish and created a mo-file.
But, now I'm stuck. I have tried to read here: http://codex.wordpress.org/Translating_WordPress , which makes a reference to this http://codex.wordpress.org/Writing_a_Plugin , which makes a reference to this: http://codex.wordpress.org/I18n_for_WordPress_Developers , but without answering my question:
What is the next step?
1) what do I call the mo file?
2) I can just rename or should I write more in PoEdit?
3) how do I attach the mo file to my plugin?