mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Translate Delete and Pin note. Part of issue #32
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
var translations = {
|
||||
pinNote: t('quicknotes', 'Pin note'),
|
||||
};
|
||||
|
||||
// this notes object holds all our notes
|
||||
var Notes = function (baseUrl) {
|
||||
this._baseUrl = baseUrl;
|
||||
|
||||
Reference in New Issue
Block a user