Replies: 2 comments 4 replies
-
I think your approach of moving shared resources to the |
Beta Was this translation helpful? Give feedback.
1 reply
-
It's done, for "lang" and "tunings" folders. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@helge17 I would appreciate your opinion about this.
I have recently reorganized all folders in this repo, to separate clearly what is specific to desktop app, specific to android app, and common (#166).
Then, I have implemented a mechanism to use translation files in common modules (#201). For this, I needed both Android and desktop apps to access the same translation files, and I added a symlink from Android to Desktop.
I need to do something similar for one dedicated resource file (tuning.xml), that needs to be shared and not duplicated (see #269).
Somehow, these symlinks from Android to Desktop seem to me inconsistent with the android/desktop/common organization of folders. Following approach would seem more logical to me, for shared resources:
?
Beta Was this translation helpful? Give feedback.
All reactions