Title: Please Fix Localization Issues
Last modified: July 5, 2019

---

# Please Fix Localization Issues

 *  Resolved [Alex Lion (阿力獅)](https://wordpress.org/support/users/alexclassroom/)
 * (@alexclassroom)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/please-fix-localization-issues/)
 * Hi,
 * I found some localization issues; fixing them will be more helpful for plugin
   users.
 * 1. Please complete the translation project (Development and Stable) on [https://translate.wordpress.org/projects/wp-plugins/header-footer-code-manager/](https://translate.wordpress.org/projects/wp-plugins/header-footer-code-manager/).
   When the translation project is ready for all languages, then you don’t need 
   to package PO and MO files into plugin ZIP file.
 * 2. Some strings can be translated but not showing. I list them the following (
   includes\hfcm-add-edit.php):
    2.1. Line 250 Original: `$larray = array( 'header'
   => 'Header', 'before_content' => 'Before Content', 'after_content' => 'After 
   Content', 'footer' => 'Footer' );` Suggestion: `$larray = array( 'header' => 
   __( 'Header', '99robots-header-footer-code-manager' ), 'before_content' => __('
   Before Content', '99robots-header-footer-code-manager' ), 'after_content' => 
   __( 'After Content', '99robots-header-footer-code-manager' ), 'footer' => __('
   Footer', '99robots-header-footer-code-manager' ) );`
 * 2.2. Line 252
    Original: `$larray = array( 'header' => 'Header', 'footer' => '
   Footer' );` Suggestion: `$larray = array( 'header' => __( 'Header', '99robots-
   header-footer-code-manager' ), 'footer' => __( 'Footer', '99robots-header-footer-
   code-manager' ) );`
 * 2.3. Line 271
    Original: `<?php $devicetypearray = array( 'both' => 'Show on 
   All Devices', 'desktop' => 'Only Desktop', 'mobile' => 'Only Mobile Devices' )?
   >` Suggestion: `<?php $devicetypearray = array( 'both' => __( 'Show on All Devices','
   99robots-header-footer-code-manager' ), 'desktop' => __( 'Only Desktop', '99robots-
   header-footer-code-manager' ), 'mobile' => __( 'Only Mobile Devices', '99robots-
   header-footer-code-manager' ) ) ?>`
 * 2.4. Line 272
    Original: `<?php $statusarray = array( 'active' => 'Active', '
   inactive' => 'Inactive' ) ?>` Suggestion: `<?php $statusarray = array( 'active'
   => __( 'Active', '99robots-header-footer-code-manager' ), 'inactive' => __( '
   Inactive', '99robots-header-footer-code-manager' ) ) ?>`
 * Regards,
 * Alex Lion

Viewing 1 replies (of 1 total)

 *  Plugin Support [DraftPress Support Team](https://wordpress.org/support/users/99robotsteam/)
 * (@99robotsteam)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/please-fix-localization-issues/#post-11711193)
 * Thank you [@alexclassroom](https://wordpress.org/support/users/alexclassroom/)
   for updating us on this!! – We are in the process of making updates to the plugin
   and these are certainly on the To-Do list!
 * Thank you again!

Viewing 1 replies (of 1 total)

The topic ‘Please Fix Localization Issues’ is closed to new replies.

 * ![](https://ps.w.org/header-footer-code-manager/assets/icon-256x256.png?rev=2681303)
 * [Header Footer Code Manager](https://wordpress.org/plugins/header-footer-code-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/header-footer-code-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/header-footer-code-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/header-footer-code-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/header-footer-code-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/header-footer-code-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [DraftPress Support Team](https://wordpress.org/support/users/99robotsteam/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/please-fix-localization-issues/#post-11711193)
 * Status: resolved