mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Rename json lang source files to .json extension
This commit is contained in:
parent
d2a5d073e2
commit
eb06646aa8
@ -8,7 +8,7 @@ source_lang = en
|
|||||||
type = YML
|
type = YML
|
||||||
|
|
||||||
[silverstripe-cms.master-js]
|
[silverstripe-cms.master-js]
|
||||||
file_filter = client/lang/src/<lang>.js
|
file_filter = client/lang/src/<lang>.json
|
||||||
source_file = client/lang/src/en.js
|
source_file = client/lang/src/en.json
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = KEYVALUEJSON
|
type = KEYVALUEJSON
|
||||||
|
@ -11,6 +11,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
"CMS.Duplicate": "Duplicate",
|
"CMS.Duplicate": "Duplicate",
|
||||||
"CMS.EditPage": "Edit",
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.LINKLABEL_PAGE": "Link to page",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
@ -22,4 +23,4 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ViewPage": "View"
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
"CMS.Duplicate": "Duplicate",
|
"CMS.Duplicate": "Duplicate",
|
||||||
"CMS.EditPage": "Edit",
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.LINK_PAGE": "Insert page link",
|
||||||
|
"CMS.LINKLABEL_PAGE": "Link to page",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
@ -14,4 +16,4 @@
|
|||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ViewPage": "View"
|
"CMS.ViewPage": "View"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user