-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove {{gecko}} macro from translated-content #11284
Labels
l10n-pt-br
Issues related to Brazilian Portuguese
Milestone
Comments
yin1999
added
l10n-ja
Issues related to Japanese content.
l10n-fr
Issues related to French content.
l10n-zh
Issues related to Chinese content.
l10n-es
Issues related to Spanish content.
l10n-ru
Issues related to Russian content.
l10n-ko
Issues related to Korean content.
l10n-pt-br
Issues related to Brazilian Portuguese
labels
Jan 28, 2023
Merged
sunhpark42
added a commit
to sunhpark42/translated-content
that referenced
this issue
Feb 1, 2023
queengooborg
pushed a commit
that referenced
this issue
Feb 9, 2023
queengooborg
removed
l10n-ja
Issues related to Japanese content.
l10n-es
Issues related to Spanish content.
l10n-ko
Issues related to Korean content.
labels
Feb 9, 2023
This was referenced Feb 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The macro
{{gecko}}
has been removed from content repo and has been deprecated. We should also start to remove this:{{Gecko}}
macro from es #11352{{gecko}}
macro #11283{{gecko}}
macro #11283process
use regexp
\{\{\s*Gecko\s*\(\s*['"]([^'"]+)['"]\s*\)\s*\}\}
to find and replaced withGecko $1
The text was updated successfully, but these errors were encountered: