i18n: Make .pot paths hopefully platform-independent
This commit is contained in:
parent
c195c0df6b
commit
f33460aa23
2 changed files with 1411 additions and 1411 deletions
|
@ -49,7 +49,7 @@ for fname in matches:
|
|||
pos+=1
|
||||
|
||||
if (not msg in unique_str):
|
||||
main_po+="\n#:"+fname+":"+str(lc)+"\n"
|
||||
main_po+="\n#: "+os.path.relpath(fname).replace('\\','/')+":"+str(lc)+"\n"
|
||||
main_po+='msgid "'+msg+'"\n'
|
||||
main_po+='msgstr ""\n'
|
||||
unique_str.append(msg)
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue