You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open the demo or my custom implementation... I see in console:
thumbs is undefined.
l10n.js:901 #thumbs is undefined.
l10n.js:829 #thumbs_label is undefined.
l10n.js:901 #thumbs_label is undefined.
l10n.js:829 #outline is undefined.
l10n.js:901 #outline is undefined.
l10n.js:829 #outline_label is undefined.
l10n.js:901 #outline_label is undefined.
l10n.js:829 #attachments is undefined.
l10n.js:901 #attachments is undefined.
l10n.js:829 #attachments_label is undefined.
l10n.js:901 #attachments_label is undefined....
...
Chrome does not download the file viewer.properties
I tested it on FF and It works ok but in Chrome it doesn't work.
The text was updated successfully, but these errors were encountered:
I ran with the same and found the solution by adding a new import in the locale.properties file. When I was debugging I found that the locale variable in my browser was getting initialized with 'es' value. When I open the locale.properties file there were not a match for this value, so, i add it, referencing the es-es property file like this:
When I open the demo or my custom implementation... I see in console:
thumbs is undefined.
l10n.js:901 #thumbs is undefined.
l10n.js:829 #thumbs_label is undefined.
l10n.js:901 #thumbs_label is undefined.
l10n.js:829 #outline is undefined.
l10n.js:901 #outline is undefined.
l10n.js:829 #outline_label is undefined.
l10n.js:901 #outline_label is undefined.
l10n.js:829 #attachments is undefined.
l10n.js:901 #attachments is undefined.
l10n.js:829 #attachments_label is undefined.
l10n.js:901 #attachments_label is undefined....
...
Chrome does not download the file viewer.properties
I tested it on FF and It works ok but in Chrome it doesn't work.
The text was updated successfully, but these errors were encountered: