Chelsea Hughes
Chelsea Hughes
New release candidate – double-clicking a change that’s in a subdirectory should work now: [Portable VBA Sync Tool 2.2.0.zip](https://github.com/chelh/VBASync/files/1150803/Portable.VBA.Sync.Tool.2.2.0.zip)
> “Search repository subdirectories”, with “repository”, do you mean “VBA project folder”? Yes. I've just changed the English text to “Search subdirectories of VBA project folder” to be more clear....
Rubberduck is working within the Access/VBE object model though, correct? This project doesn't use that object model; it reads and writes directly to the Office file.
Looks like [Jackcess](http://jackcess.sourceforge.net) can read Access files from Java. So what's needed is a .Net port of that.
If I take that project up, I'm fairly certain I would find a `vbaProject.bin` somewhere in the internal structure. -------- EDIT: Nope. After playing around with Jackcess, I can say...
Okay, I have your translation set up. Is my attribution in `README.md` correct, or do you have a different name you'd like to have credit under?
`{OldFile}` and `{NewFile}` must remain untranslated, because they're macros – the code does a search and replace on them. I added a comment to the original resource file, so any...
In terms of a multi-language mechanism, how would you feel about being able to override the default language with a command-line switch?
Okay, I've uploaded a [new resources file](https://github.com/chelh/VBASync/blob/master/src/VBASync/Localization/VBASyncResources.resx) with more localizable strings. Thanks!
I've recently added an About window. @hectorticoli could you please translate the new strings in [the resources file](https://github.com/chelh/VBASync/blob/master/src/VBASync/Localization/VBASyncResources.resx)?