Title: Translation loading too e
Last modified: August 13, 2025

---

# Translation loading too e

 *  [Ilari Arovuo](https://wordpress.org/support/users/iarovuo/)
 * (@iarovuo)
 * [10 months ago](https://wordpress.org/support/topic/translation-loading-too-e/)
 * Plugin produces errors: Translation loading for the `ics-calendar` domain was
   triggered too early.
   The add_action as below has very large NEGATIVE priority.
   As far as I know, you cannot load translations before WP has init itself first?
 * (-) add_action(‘init’, ‘r34ics_load_plugin_textdomain’, 1 – PHP_INT_MAX);
   (+)
   add_action(‘init’, ‘r34ics_load_plugin_textdomain’, 10);

Viewing 1 replies (of 1 total)

 *  Plugin Author [Room 34 Creative Services, LLC](https://wordpress.org/support/users/room34/)
 * (@room34)
 * [10 months ago](https://wordpress.org/support/topic/translation-loading-too-e/#post-18599243)
 * I did some testing and it looks like this call is no longer needed at all. (It’s
   not _supposed_ to be necessary, and using it is discouraged, but there were some
   problems with translations in the plugin not working in WP 6.7 without it.) I’ve
   removed it in the update I just released (11.5.14.3).

Viewing 1 replies (of 1 total)

The topic ‘Translation loading too e’ is closed to new replies.

 * ![](https://ps.w.org/ics-calendar/assets/icon.svg?rev=3427980)
 * [ICS Calendar](https://wordpress.org/plugins/ics-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ics-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ics-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/ics-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ics-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ics-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Room 34 Creative Services, LLC](https://wordpress.org/support/users/room34/)
 * Last activity: [10 months ago](https://wordpress.org/support/topic/translation-loading-too-e/#post-18599243)
 * Status: not resolved