Closed jonnius closed 7 years ago
I am using Poedit for translation. To generate the pot file:
xgettext -k_ -kN_ -o locale/appfolders-manager.pot *.js --from-code=UTF-8
oh thanks, i was perplex about why each item in the .pot file have been swapped
Did you create the pot file manually?
i copied-pasted the existing "locale" folder from an other extension, and replace strings with gedit, so this file was probably a "fork" of the pot file you provided last year for "emoji selector"
Also, don't do that with the Emoji Selector extension, it has things like _( KEYWORDS[i] ) somewhere in the code and it can:
There is always a way to make it work. Editing pot files manually can be quiet a pain and one may do mistakes.
are you using a software for generating the .pot file ?