Skip to content

Commit 58cb8fb

Browse files
committed
Last preparation before the localisation
1 parent 06f129a commit 58cb8fb

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ piwigoPublish.lrplugin/PiwigoHelper.lua
1515

1616
# Other files
1717
*.bak
18-
__i18n_kit__
18+
.claude/
19+
__pycache__/
1920
cat layout.odt
2021
deploy.sh
2122
diagnostic.txt
22-
copilot-instructions.md
23+
copilot-instructions.md
24+
25+
# Temporary folder for localisation tools
26+
piwigoPublish.lrplugin/__i18n_tmp__/

piwigoPublish.lrplugin/PWImportService.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ local function processSmartCollectionQueue(smartColls, publishService, propertyT
101101
if not smartColls or index > #smartColls then
102102
releasePublishLock(serviceId)
103103
progressScope:done()
104-
LrDialogs.message("Clone completed", "Publish Service Clone omplete.", "info")
104+
LrDialogs.message("Clone completed", "Publish Service Clone Complete.", "info")
105105
return
106106
end
107107

108108
local entry = smartColls[index]
109109
if not entry then
110110
releasePublishLock(serviceId)
111111
progressScope:done()
112-
LrDialogs.message("Clone completed", "Publish Service Clone omplete.", "info")
112+
LrDialogs.message("Clone completed", "Publish Service Clone Complete.", "info")
113113
return -- done
114114
end
115115

0 commit comments

Comments
 (0)