This is an index over all available pages ordered by namespaces.
I have gotten almost all of the site text into the language files with a few exceptions to note
I have made a rather large file structure change to address some of the short comings of the existing language setup. Hopefully after the initial sting and cursing of me the new structure will be beneficial for easier upgrades and less hassle in the future when new definitions are added to pages and better internationalization support. This should also alleviate some of the pain of upgrading to new versions of OAC when template changes are made.
This will take a lot of time to do it right and I apologize for such a large file structure change. If you have made a lot of custom changes follow the steps below. I hope they are good enough. If you have a basically stock OAC you can just upgrade as normal, overwriting the php files on the server and uploading the en folder to your ./Includes/language/ folder even if you have made a lot of custom language file changes this may be an easier route to take and then edit later. No rotten tomatoes please!
!!!NOTE Do not just save the en.php file as global.php as there are a ton of new language defines in the global file. Use a program such as winmerge or diff.
//registration page text blah blah
. Copy these different sections into the pages for each section. once you have that complete your userside upgrade should be well on the way to being finished.
Please reference http://www.sil.org/iso639-3/codes.asp International language code tables.
If you are not using an English language file there are different steps to take you may have it somewhat easier. As you may notice there is no folder with your language abbreviation as of v1.5.0b I will no longer support any languages other than English. This is due to just plainly, I cannot read or write any other language so for me to try and keep a language set up to date is almost impossible.
!!!NOTE Do not just save the file as global.php as there are a ton of new language defines in the global file. Use a program such as winmerge or diff.
//registration page text blah blah
. Copy these different sections into the pages for each section. once you have that complete your userside upgrade should be well on the way to being finished.