pidgin/purple-plugin-pack

Clean up translations

2020-07-14, Gary Kramlich
c47103c5b7c6
Clean up translations

Update the way we handle translations

Update the po's after fixing some errors in de.po

Testing Done:
Just ran `ninja plugin_pack-pot` and `ninja plugin_pack-update-po` until I didn't have any more errors :)

Reviewed at https://reviews.imfreedom.org/r/30/
if TYPES.contains('default') and BUILD_SWITCH_SPELL and PIDGIN.found()
switchspell = shared_module('switchspell',
'switchspell.c',
dependencies : [ASPELL, ENCHANT, GTKSPELL, PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'switchspell'
endif