mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
435af75ef7
[misc] Translations cleanup GitOrigin-RevId: 46bf1142bb9415eeebf638c120597996aaa55f8b
8 lines
589 B
Text
8 lines
589 B
Text
- if(typeof(suggestedLanguageSubdomainConfig) != "undefined")
|
|
span(ng-controller="TranslationsPopupController", ng-cloak)
|
|
.translations-message(ng-hide="hidei18nNotification")
|
|
a(href=suggestedLanguageSubdomainConfig.url+currentUrl) !{translate("click_here_to_view_sl_in_lng", {lngName:"<strong>" + translate(suggestedLanguageSubdomainConfig.lngCode) + "</strong>"})}
|
|
img(src=buildImgPath("flags/24/" + suggestedLanguageSubdomainConfig.lngCode + ".png"))
|
|
button(ng-click="dismiss()").close.pull-right
|
|
span(aria-hidden="true") ×
|
|
span.sr-only #{translate("close")}
|