Hello fellow dolphineers again, heres another question I have - unfortunately.
OK, I have a test site in which I have a whole bunch of new language keys. About 42 forms worth of language keys.
The simple question is: whats the easiest way to copy all of my new language keys from the test site to the actual domain?
Originally, copied all of the keys from the lang_en.php file of my test domain to the lang_en.php file of the real domain, then cleared the cache and recompiled language and they all showed up just like they were supposed to - until i added a new key using the normal method of doing so - thats when all of the keys i had copied to the real domain disappeared.
Now - i probably could have exported my test lang file and then imported it into the new site, but my issue with that is that there are a bunch of keys that I created that I do not need. Either I messed up the Key, or I changed the text so didnt need certain keys anymore.
My next thought would be to copy the database of keys over, but there are so many keys that i got lost trying to go through and find all the keys i needed - I have over 8500 keys to search through. Now with this logic, it would be nice if i could export the old database of keys, and import into the new database, but I get an error each time it tries to insert a key that is already existing. If I could have it skip those that are already there, then that would work, although I still have a bunch that I am not using.
Again, any help would be appreciated, and as always, Thanks in Advance.