mirror of
https://github.com/heysem-useinsider/Stringz.git
synced 2026-04-26 07:15:52 +03:00
[GH-ISSUE #4] Error on saving file with symbolic link #2
Labels
No labels
bug
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stringz#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nuomi1 on GitHub (Dec 24, 2020).
Original GitHub issue: https://github.com/heysem-useinsider/Stringz/issues/4
I use symbolic link in
Localizable.stringssuch as../../../xxx-l10n/Localizable/zh-Hans.lproj/Localizable.strings, but Stringz overwrites the file on saving.@heysem-useinsider commented on GitHub (Dec 24, 2020):
I couldn't reproduce the issue, It would be super helpful If you can create a sample app with a "soft link" so i can use it for debug.
@nuomi1 commented on GitHub (Dec 25, 2020):
https://github.com/nuomi1/Timer/blob/feature/stringz-test/Timer/Base.lproj/Localizable.strings -> real file
https://github.com/nuomi1/Timer/blob/feature/stringz-test/Timer/zh-Hans.lproj/Localizable.strings -> symbolic link
https://github.com/nuomi1/Timer/tree/feature/stringz-test
@nuomi1 commented on GitHub (Dec 25, 2020):
Sorry, it's
symbolic link.@heysem-useinsider commented on GitHub (Dec 25, 2020):
Thanks for creating the example app, I will use it to debug Stringz and hopefully fix the issue.
@heysem-useinsider commented on GitHub (Dec 28, 2020):
I just released a fix for this bug in the new version (v0.4.2). Please check it out.
@nuomi1 commented on GitHub (Dec 29, 2020):
It's OK, thanks.