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
|
||||
|
||||
[silverstripe-cms.master-js]
|
||||
file_filter = client/lang/src/<lang>.js
|
||||
source_file = client/lang/src/en.js
|
||||
file_filter = client/lang/src/<lang>.json
|
||||
source_file = client/lang/src/en.json
|
||||
source_lang = en
|
||||
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.Duplicate": "Duplicate",
|
||||
"CMS.EditPage": "Edit",
|
||||
"CMS.LINKLABEL_PAGE": "Link to page",
|
||||
"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.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.",
|
||||
|
@ -4,6 +4,8 @@
|
||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||
"CMS.Duplicate": "Duplicate",
|
||||
"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.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.",
|
Loading…
Reference in New Issue
Block a user