pidgin/dictionaries

quote the locale_code in available.lst
draft default tip
2022-02-15, Gary Kramlich
5f1a0c7496b5
Parents 13aee942cb25
Children
quote the locale_code in available.lst
  • +1 -1
    mk-entry.py
  • --- a/mk-entry.py Tue Feb 15 00:22:47 2022 -0600
    +++ b/mk-entry.py Tue Feb 15 00:23:06 2022 -0600
    @@ -12,7 +12,7 @@
    output = ''
    locale_code = sys.argv[1]
    - output += locale_code + ',"'
    + output += f'"{locale_code}","'
    # if we have Latn in the local_code, dump it
    if '_Latn' in locale_code: