SimpleLocalize.io logo
SimpleLocalize.io
Create
Roadmap
Feedback
Feature requests
Changelog

    Boards

  • Feature requests

Powered by Canny

Feature requests

%{value} is a valid placeholder in i18n-js
https://www.npmjs.com/package/i18n-js const i18n = new I18n({ en: { greetings: "Hi, %{name}!" }, "pt-BR": { greetings: "Olá, %{name}!" }, }); i18n.t("greetings", { name: "John" }); QA warning in SimpleLocalize: Possible malformed percentage variable The translation contains a '%' character not followed by a valid variable format (e.g., %s, %d, %@). Please check for correct variable syntax.
1
·
QA Checks
·
complete
Powered by Canny