We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems the text "Choose" is not localized.
Umbraco-Link-Picker/src/App_Plugins/GibeLinkPicker/picker.html
Line 10 in 1bdaa7e
You should be able to use the general_choose key in Umbraco core. https://github.com/umbraco/Umbraco-CMS/blob/b04d71ca5f816b88fac64c82efa26c663896d699/src/Umbraco.Web.UI/umbraco/config/lang/en.xml#L524
general_choose
<localize key="general_choose">Choose</localize>
I also noticed a few other issues (Umbraco 7.6.11) and latest version of Link Picker
Umbraco-Link-Picker/src/App_Plugins/GibeLinkPicker/Dialogs/linkpicker.html
Line 73 in 1bdaa7e
Instead of "Link to file" you can use either defaultdialogs_selectMedia or defaultdialogs_linkToMedia key.
defaultdialogs_selectMedia
defaultdialogs_linkToMedia
https://github.com/umbraco/Umbraco-CMS/blob/ef0d6eff2ce4ab0bcdfb806b514fcceb2df6f01e/src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html#L73-L80
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems the text "Choose" is not localized.
Umbraco-Link-Picker/src/App_Plugins/GibeLinkPicker/picker.html
Line 10 in 1bdaa7e
You should be able to use the
general_choose
key in Umbraco core.https://github.com/umbraco/Umbraco-CMS/blob/b04d71ca5f816b88fac64c82efa26c663896d699/src/Umbraco.Web.UI/umbraco/config/lang/en.xml#L524
<localize key="general_choose">Choose</localize>
I also noticed a few other issues (Umbraco 7.6.11) and latest version of Link Picker
Umbraco-Link-Picker/src/App_Plugins/GibeLinkPicker/Dialogs/linkpicker.html
Line 73 in 1bdaa7e
Instead of "Link to file" you can use either
defaultdialogs_selectMedia
ordefaultdialogs_linkToMedia
key.https://github.com/umbraco/Umbraco-CMS/blob/ef0d6eff2ce4ab0bcdfb806b514fcceb2df6f01e/src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html#L73-L80
The text was updated successfully, but these errors were encountered: