Closed patogit closed 6 years ago
@patogit thanks for the PR. However you somehow messed up the PR so I did the changes manually :)
What was messed up about it? I'm just learning to use git, so anything you can explain will help me learn.
@patogit sorry for the short reply. You renamed a folder without moving the newly introduced file qqq.json
as well. That can happen when using an outdated branch.
With now claim of completeness, my usual approach for PRs:
git remote add <some_name> <url_to_your_fork>.git
git checkout master
git checkout -b <new_branch>
git push <some_name> <new_branch>
using the origin master branch result in up to date source before branching. Hope that helps somehow. More fun begins if you have a look at git rebase -i
i18n is internationalization, and l10n is localization -- i10n is neither. I chose i18n, since that's the directory name in some of the other libremesh software.