Removes all custom translations, reverting to built-in translations only.
Examples
# Add custom translation
add_translation("test_key", c(en = "Test", de = "Test"))
# Reset all custom translations
reset_custom_translations()
Removes all custom translations, reverting to built-in translations only.
# Add custom translation
add_translation("test_key", c(en = "Test", de = "Test"))
# Reset all custom translations
reset_custom_translations()