mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
add translation key
This commit is contained in:
parent
44c679dfd6
commit
afbe29376d
@ -118,6 +118,7 @@ define(req, function(AppConfig, Default, Language) {
|
||||
|
||||
Messages._languages = map;
|
||||
Messages._languageUsed = language;
|
||||
Messages.skipLink = "Skip to main content"; // XXX
|
||||
|
||||
// Get keys with parameters
|
||||
Messages._getKey = function (key, argArray) {
|
||||
|
||||
@ -869,7 +869,7 @@ MessengerUI, Messages, Pages, PadTypes) {
|
||||
'class': 'cp-toolbar-skip-link',
|
||||
'href': targetId,
|
||||
'tabindex': 0,
|
||||
'text': 'Skip to Main Content' // XXX
|
||||
'text': Messages.skipLink
|
||||
});
|
||||
toolbar.$top.append($skipLink);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user