Because the translate function __()
worked fine, I suspected printf()
was the culprit.
Turns out sprintf()
is what I needed! printf()
arguments work differently
Related Posts:
- Override default WordPress core translation
- How to get a translated string from a language other than the current one?
- Custom strings for translation using Polylang plugin
- Working with l10n contexts (_x etc)
- How to debug failed load_theme_textdomain()?
- How to escape the single quote character in i18n translation strings?
- How do translated, escaped strings (esc_attr) in Themes work?
- How to handle text with function __(?
- How do I translate: “2 hours and 15 minutes”?
- Disabling Translation Update
- How to save a translation of a plugin in “CodeStyling Localization”?
- Set language per post
- List of Default Translated Phrases
- load_plugin_textdomain in `plugins_loaded` or `init`?
- Difference between 2 internationalization (i18n) functions __() & _e()
- How to extract translatable (double underscores and _e) strings?
- How to set locale in ajax requests?
- Translate content, not instance, per-post
- How to load theme textdomain from plugin?
- Make theme translatable for WPML
- get_the_date() for translating date format
- Custom translation of Month names
- Multiple text-domains per single plugin – admin and frontend
- How to add translation for a string
- New plugin translation does not work
- POEdit with Custom mu-plugins code
- Make changes to translation?
- Gutenberg not all editor text translated
- How does WordPress choose which translation file to use?
- How to translate theme name
- Use WordPress default text domain for translating labels
- Is this a correct usage of esc_html_e?
- WPML Translated Term
- where to set the PO file for a plugin?
- translating wordpress with poedit
- Replacing strings within posts with the translatable string
- Should I include colon in my msgid in PO file?
- WPML custom string translation get outside of container
- Change template copy with po/mo files
- Implementing conditional gettext translation
- Translations not returning translated strings
- Can’t generate pot file using wp cli
- How to avoid override string by child theme mo files when the string is empty?
- How to translate timestamp?
- How to override default WordPress core language file
- Translate pages and URLs without duplicating
- How can you locate the .po file used for translation of a page?
- Add a string to file .pot using Poedit
- Use the wp-admin translations on the front end
- Translating dynamic strings
- How do I troubleshoot translation issues?
- Easy export/import of data for Translation
- How to change a word in theme?
- WordPress Theme .mo-file won’t load
- Using _e() or __() to translate text with div
- Is it best practice to use English as the base of a translation-ready theme?
- WordPress Translation Issue
- How to translate “$before” with get text in get_the_term_list?
- WordPress localization – gettext and git
- Get Text Domain For Transalation
- Found a translation function that is missing a text-domain. Function _n
- Can I set WordPress to display languages based on system language without a plugin?
- Fix Problem With Textdomain Translation
- /languages/ folder missing in default themes
- WordPress Translations
- Trying to localize a Underscores starter theme [duplicate]
- Programmatically choose language for translation
- mo / po translation files does not seem to work
- WPML icl_register_string() throws fatal error but works [closed]
- Internationalize plugin so strings can be translated in WPML [closed]
- Problem with Language translation
- localization of theme and plugins to English (originally in another language)
- POT file generated using WP-CLI does not retrieve strings from translation functions with FQN (Qualifier)
- Using wp-cli to create a .pot file that interprets .twig files as well
- Making WP theme / plugin multii-lingual without plugins
- Changing text for “Continue reading…” translation
- Can’t translate child theme
- Qtranslate-X get raw post title value
- Interface translation without plugins
- WordPress does not translate
- Debug WordPress gettext function
- How to use translation functions inside WordPress page
- qtranslate loading the wrong language
- issue in translating a wordpress them
- Understanding WordPress Default Theme – twentyfifteen.1.4 >> Languages Folder
- Custom theme .mo translation file not working
- Adding a translation phrase to WordPress Theme
- Translate Plugin with french as base language
- WordPress translation
- Tweak the loop for translation
- GlotPress – WordPress integration
- Archive widget numbers translation?
- Does WPML translate numbers automatically, or do I have to do the string translation? [closed]
- String translation with or without po file
- Theme translation file translating some strings and not translating others
- Website Language/Locale Switching
- multisite same language different translation
- How to find posts that are missing translation? (wpml)
- Translate via URL parameter working only in localhost
- .po file is loaded but changes are not appearing