@@ -65,55 +65,55 @@ export class AddonHeadBase extends React.Component<InternalProps> {
6565 if ( clientApp === CLIENT_APP_ANDROID ) {
6666 switch ( addon . type ) {
6767 case ADDON_TYPE_DICT:
68- // translators : please keep the fox emoji next to "Firefox Android".
68+ // L10n : please keep the fox emoji next to "Firefox Android".
6969 localizedTitle = i18n . gettext ( `%(addonName)s – Get this Dictionary
7070 for 🦊 Firefox Android (%(locale)s)` ) ;
7171 break ;
7272 case ADDON_TYPE_EXTENSION:
73- // translators : please keep the fox emoji next to "Firefox Android".
73+ // L10n : please keep the fox emoji next to "Firefox Android".
7474 localizedTitle = i18n . gettext ( `%(addonName)s – Get this Extension for
7575 🦊 Firefox Android (%(locale)s)` ) ;
7676 break ;
7777 case ADDON_TYPE_LANG:
78- // translators : please keep the fox emoji next to "Firefox Android".
78+ // L10n : please keep the fox emoji next to "Firefox Android".
7979 localizedTitle = i18n . gettext ( `%(addonName)s – Get this Language Pack
8080 for 🦊 Firefox Android (%(locale)s)` ) ;
8181 break ;
8282 case ADDON_TYPE_STATIC_THEME:
83- // translators : please keep the fox emoji next to "Firefox Android".
83+ // L10n : please keep the fox emoji next to "Firefox Android".
8484 localizedTitle = i18n . gettext (
8585 `%(addonName)s – Get this Theme for 🦊 Firefox Android (%(locale)s)` ,
8686 ) ;
8787 break ;
8888 default:
89- // translators : please keep the fox emoji next to "Firefox Android".
89+ // L10n : please keep the fox emoji next to "Firefox Android".
9090 localizedTitle = i18n . gettext ( `%(addonName)s – Get this Add-on for 🦊
9191 Firefox Android (%(locale)s)` ) ;
9292 }
9393 } else {
9494 switch ( addon . type ) {
9595 case ADDON_TYPE_DICT :
96- // translators : please keep the fox emoji next to "Firefox".
96+ // L10n : please keep the fox emoji next to "Firefox".
9797 localizedTitle = i18n . gettext ( `%(addonName)s – Get this Dictionary
9898 for 🦊 Firefox (%(locale)s)` ) ;
9999 break ;
100100 case ADDON_TYPE_EXTENSION :
101- // translators : please keep the fox emoji next to "Firefox".
101+ // L10n : please keep the fox emoji next to "Firefox".
102102 localizedTitle = i18n . gettext ( `%(addonName)s – Get this Extension for
103103 🦊 Firefox (%(locale)s)` ) ;
104104 break ;
105105 case ADDON_TYPE_LANG :
106- // translators : please keep the fox emoji next to "Firefox".
106+ // L10n : please keep the fox emoji next to "Firefox".
107107 localizedTitle = i18n . gettext ( `%(addonName)s – Get this Language Pack
108108 for 🦊 Firefox (%(locale)s)` ) ;
109109 break ;
110110 case ADDON_TYPE_STATIC_THEME :
111- // translators : please keep the fox emoji next to "Firefox".
111+ // L10n : please keep the fox emoji next to "Firefox".
112112 localizedTitle = i18n . gettext ( `%(addonName)s – Get this Theme for 🦊
113113 Firefox (%(locale)s)` ) ;
114114 break ;
115115 default :
116- // translators : please keep the fox emoji next to "Firefox".
116+ // L10n : please keep the fox emoji next to "Firefox".
117117 localizedTitle = i18n . gettext ( `%(addonName)s – Get this Add-on for 🦊
118118 Firefox (%(locale)s)` ) ;
119119 }
0 commit comments