mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
strip translation messages
This commit is contained in:
parent
6461a3c613
commit
00d0905d40
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ for line in lines:
|
|||
lang, translation = l.split(':')
|
||||
lang = lang[2:]
|
||||
if dicts.get(lang) is None: dicts[lang] = {}
|
||||
dicts[lang][message] = translation
|
||||
dicts[lang][message] = translation.strip()
|
||||
else:
|
||||
message = l[1:]
|
||||
num_m += 1
|
||||
|
|
Loading…
Add table
Reference in a new issue