Title: issue with a plugin
Last modified: May 10, 2018

---

# issue with a plugin

 *  [matijdk](https://wordpress.org/support/users/matijdk/)
 * (@matijdk)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/issue-with-a-plugin/)
 * Hi!
    sorry about my english. when i want to translate a plugin (mobil menu is
   the name) i go to loco translate/plugin, i choose mobil menu, i get this message:
 * “Additional files found”
    “This package is not completely configured, so we do
   not know what the following files are for. Click on the installation tab to end
   the package session”
 * i go to new language, spanish, start, and this is all:
    [http://es.tinypic.com/r/10ciubl/9](http://es.tinypic.com/r/10ciubl/9)
 * what can i do? beacause i can not translate this plugin like anothers
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fissue-with-a-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tim W](https://wordpress.org/support/users/timwhitlock/)
 * (@timwhitlock)
 * [8 years ago](https://wordpress.org/support/topic/issue-with-a-plugin/#post-10269288)
 * Your immediate problem is that the plugin uses the text domain `mob-menu-lang`
   but does not declare this anywhere. That’s easily fixed by entering the custom
   text domain in the Advanced tab. See [configuration section of the manual](https://localise.biz/wordpress/plugin/manual/bundle-config#domain).
 * This allows me to create a template (POT) file and I get 148 strings.
 * However, there are further problems. The plugin doesn’t actually load this text
   domain at any point and WordPress won’t do it automatically. That means you’ll
   never actually see any translations of these strings. This should be [reported as a bug to the author](https://wordpress.org/support/plugin/mobile-menu).
 * Regarding the “Additional files found”: This plugin uses two frameworks (Freemius
   and Titan). Loco Translate can support multiple text domains, but they must be
   configured ([see config below](https://wordpress.org/support/topic/issue-with-a-plugin/?output_format=md#post-10269295))
   These appear largely translatable once configured, but the POT files aren’t 100%
   in sync with the code, so I anticipate further issues if you need to translate
   these frameworks in full.
 *  Plugin Author [Tim W](https://wordpress.org/support/users/timwhitlock/)
 * (@timwhitlock)
 * [8 years ago](https://wordpress.org/support/topic/issue-with-a-plugin/#post-10269295)
 * The following can be pasted into Loco Translate in the Setup tab >> “Import config
   from XML”
 *     ```
       <?xml version="1.0" encoding="utf-8"?>
       <bundle name="Mobile Menu">
         <domain name="mob-menu-lang">
           <project name="Mobile Menu" slug="mob-menu-lang">
             <source>
               <directory>includes</directory>
               <file>mobmenu.php</file>
               <exclude>
                 <directory>includes/js</directory>
                 <directory>includes/css</directory>
               </exclude>
             </source>
             <target>
               <directory>.</directory>
             </target>
             <template>
               <file base="LOCO_LANG_DIR">plugins/mob-menu-lang.pot</file>
             </template>
           </project>
         </domain>
         <domain name="freemius">
           <project name="Freemius" slug="freemius">
             <source>
               <directory>freemius</directory>
               <exclude>
                 <directory>freemius/languages</directory>
               </exclude>
             </source>
             <target>
               <directory>freemius/languages</directory>
             </target>
             <template locked="true">
               <file>freemius/languages/freemius.pot</file>
             </template>
           </project>
         </domain>
         <domain name="titan-framework">
           <project name="Titan Framework" slug="titan-framework">
             <source>
               <directory>vendor/titan-framework</directory>
               <exclude>
                 <directory>vendor/titan-framework/js</directory>
                 <directory>vendor/titan-framework/css</directory>
                 <directory>vendor/titan-framework/languages</directory>
               </exclude>
             </source>
             <target>
               <directory>vendor/titan-framework/languages</directory>
             </target>
             <template locked="true">
               <file>vendor/titan-framework/languages/titan-framework.pot</file>
             </template>
           </project>
         </domain>
       </bundle>
       ```
   
 *  Thread Starter [matijdk](https://wordpress.org/support/users/matijdk/)
 * (@matijdk)
 * [8 years ago](https://wordpress.org/support/topic/issue-with-a-plugin/#post-10270280)
 * Hi!
 * thank you so much!
 * i going to read all, and talk to the author, because i just want to translate
   the plugin as a favor.
 * i am going to send this post to him.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘issue with a plugin’ is closed to new replies.

 * ![](https://ps.w.org/loco-translate/assets/icon-256x256.png?rev=1000676)
 * [Loco Translate](https://wordpress.org/plugins/loco-translate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/loco-translate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/loco-translate/)
 * [Active Topics](https://wordpress.org/support/plugin/loco-translate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/loco-translate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/loco-translate/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [matijdk](https://wordpress.org/support/users/matijdk/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/issue-with-a-plugin/#post-10270280)
 * Status: not resolved