Added a dynamic loader for production use. Example:
from pirateweather_translations.dynamic_loader import load_all_translations
translations = load_all_translations()
en_translation = translations["en"]
result_en = en_translation.translate(["sentence", ["and", "mixed-precipitation", "light-clouds"]])
**Full Changelog**: https://github.com/Pirate-Weather/translations/compare/0.04...0.0.5