liquid_feedback_frontend
diff app/main/index/login.lua @ 1788:b27b327be05e
Splitted translations for login as headline and as button
| author | bsw |
|---|---|
| date | Wed Oct 20 15:25:41 2021 +0200 (2021-10-20) |
| parents | 32cc544d5a5b |
| children | 7d60ede7005e |
line diff
1.1 --- a/app/main/index/login.lua Wed Oct 20 15:09:17 2021 +0200 1.2 +++ b/app/main/index/login.lua Wed Oct 20 15:25:41 2021 +0200 1.3 @@ -5,8 +5,8 @@ 1.4 end 1.5 } 1.6 1.7 -ui.title(_"Login") 1.8 -app.html_title.title = _"Login" 1.9 +ui.title(_"Login [headline]") 1.10 +app.html_title.title = _"Login [headline]" 1.11 1.12 ui.container{ attr = { class = "mdl-grid" }, content = function() 1.13 ui.container{ attr = { class = "mdl-cell mdl-cell--12-col" }, content = function() 1.14 @@ -14,7 +14,7 @@ 1.15 1.16 execute.view{ module = "index", view = "_lang_chooser" } 1.17 1.18 - ui.heading{ level = 1, content = _"Login" } 1.19 + ui.heading{ level = 1, content = _"Login [headline]" } 1.20 1.21 local redirect_params = {} 1.22 local redirect_params_string = param.get("redirect_params") 1.23 @@ -80,7 +80,7 @@ 1.24 attr = { 1.25 type = "submit", 1.26 class = "mdl-button mdl-js-button mdl-button--raised mdl-button--colored", 1.27 - value = _'Login' 1.28 + value = _"Login [button]" 1.29 } 1.30 } 1.31 slot.put(" ")