chore: Update repo structure to more bare bones. #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:.github/
.github
filesi18n/
*.json
filesAll 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 thei18n/
directory in the other repos is minimized to simply:*.json
filesAs far as other files, I was thinking of even merging
CONTRIBUTING.md
and theREADME.md
by simply having the contribution guidelines (e.g. Transifex) directly into theREADME.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 😆