grav-plugin-login icon indicating copy to clipboard operation
grav-plugin-login copied to clipboard

Translations shoud be used instead of string literals

Open NoNoNo opened this issue 1 year ago • 0 comments

In pages there are multiple untranslated texts, e.g.

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/login.md?plain=1#L2

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/login.md?plain=1#L42

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/forgot.md?plain=1#L2

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/forgot.md?plain=1#L20-L22

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/profile.md?plain=1#L2

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/profile.md?plain=1#L81

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/unauthorized.md?plain=1#L2

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/unauthorized.md?plain=1#L7

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/reset.md?plain=1#L2

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/reset.md?plain=1#L33-L35

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/register.md?plain=1#L2

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/register.md?plain=1#L58-L60


And, en passant, there is a jump from H1 to H3 in this file:

https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/reset.md?plain=1#L33-L35

NoNoNo avatar Jun 26 '23 11:06 NoNoNo