Skip to content
  • David Edmundson's avatar
    [convertpottojson] Handle lines ending with " · 36775d15
    David Edmundson authored
    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
    36775d15