Skip to content
Commit 36775d15 authored by David Edmundson's avatar David Edmundson
Browse files

[convertpottojson] Handle lines ending with "

the .pot file has lines starting and ending in quotes
we used strip(\") to get rid of them.

If a string ends in ", it will appear as "" in the file, and both
characters get stripped.

Instead chop the first and last characters
parent 84049bf5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment