I called the folder portuguese-pt exacly for that reason.
Anything that works.
I'm trying git in a vps to see if i can learn something about it and im already crazy on how complicated it is to just overwrite a file.
Yeah...
You could simply install Github for Windows, it's not great but it doesn't need any dependencies. Or, install TortoiseGit, I think it comes with msysgit, you just need to leave the default settings at install, and then you should be able to do everything with menu commands.
Basically, you can use git like SVN, only the terminology changes (mostly these two: commit in svn = commit then push in git, update = pull in git), you don't really need to look into the rest, but you'll still have to learn how branching works (basically, when you checkout (switch) to another branch, your repo folder actually refreshes to show the contents of that branch, so you can't switch to another branch if you have uncommitted stuff in your current branch, because git can't keep track of these files later.)
The admin.english.php is already translated but i need to go to school so later ill review it.
Most of the important things in Wedge are in index.english.php, I mean I did my best to only have 'generic' strings in that place. Admin in Portuguese seems less urgent to me than index in portuguese, because a forum can pass up as 'fully translated' if only the index is done.
I just need to watch the repo language to know if you commit a change to a file right?
Yeah, it gets (unfortunately) a bit complicated here...
You have to right click the folder in TortoiseGit, Settings, Git > Remote, enter 'upstream' (or 'official', or whatever) in the Remote input box, then "
https://github.com/Wedge/languages.git" (without quotes) in the URL box, then click on Add New/Save. Click OK.
Now, when you want to get the official updates to the files, you'll have to right-click your folder, TortoiseGit > Pull, then choose upstream/official in the Remote select box, and confirm. Your repo's master branch will be updated with my changes. You can then merge these changes (not rebase them) into your portuguese branch, and then update your Portuguese files accordingly.
In the (likely) case that we get duplicate merges when you do pull requests, I'll either rebase them myself to fix the stuff, or, quite probably, simply ignore them. I like keeping the Wedge history clean, but the languages folder history..? Well, I can't be anal about everything, I suppose.
Anyway, I should probably make a FAQ out of this... Hi Farjo
:P