aardappel / treesheets

TreeSheets : Free Form Data Organizer (see strlen.com/treesheets)
zlib License
2.56k stars 193 forks source link

Localization dont work on macOS #556

Open lclrc opened 9 months ago

lclrc commented 9 months ago

solution:

cd /Applications/TreeSheets.app/Contents/Resources
cp -r translations/zh_CN zh_CN.lproj
# Similar commands if you want other languages
image
aardappel commented 9 months ago

Hmm, sounds like we just need to fix how we construct the app bundle to do a similar mapping..

lclrc commented 9 months ago

Yes, this should be easy to fix😀

tobiolo commented 9 months ago

Can anyone update the Xcode configuration? :-)