translation in quotes words using gettext -


i need translate sentence: name "josep", whar's name?

in po file, sentence be:

    msgid "my name "josep", whar's name?"     msgstr "el meu nom es "josep" quin es el teu" 

but throw error when make .mo file due quotes inside josep name. how can scape character?

i think need escape " \".


Comments

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -