scribe-org / Scribe-i18n

Application text localization files for Scribe apps
GNU General Public License v3.0
1 stars 7 forks source link

chore: Update repo structure to more bare bones. #3

Closed wkyoshida closed 7 months ago

wkyoshida commented 7 months ago

Looked today some into how to include Scribe-i18n into the other repos..

Actually thinking now of reorganizing the structure of the Scribe-i18n repo a bit, so that including it in the other repos becomes a little cleaner.

In the other repositories, the idea would be roughly to add Scribe-i18n under some i18n/ directory. Issue is that the current structure of the Scribe-i18n repo is roughly:

All of this would get looped in when inserting Scribe-i18n in the other repos

The idea with this PR is to start restructuring Scribe-i18n to a more bare bones format, i.e. moving the *.json files to the root, removing some files that won't get used (e.g. CHANGELOG.md). Ideally, we could then get a structure where the i18n/ directory in the other repos is minimized to simply:

As far as other files, I was thinking of even merging CONTRIBUTING.md and the README.md by simply having the contribution guidelines (e.g. Transifex) directly into the README.md. Removing some of the .github files that won't get used is also another idea.

Let me know if there are questions with what I'm thinking here :laughing:

github-actions[bot] commented 7 months ago

Thank you for the pull request!

The Scribe team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

If you're not already a member of our public Matrix community, please consider joining! It'd be great to have you!

Maintainer checklist

wkyoshida commented 7 months ago

Related issue #1