I18n Branch Use?

GitHub - haxeui/haxeui-core at i18n
This branch is 522 commits ahead, 29 commits behind master.

It looks like this is similar to the New component method

GitHub - haxeui/haxeui-core at new-component-method
This branch is 504 commits ahead, 29 commits behind master.

because both of these branches have over 500 changes compared to the master branch.

My Haxe application requires i18n support in both Haxe and for output like GUI, Logs, etc.

What I can do:
Use a tool like KDiff3 (Difference and Merging tool)

http://kdiff3.sourceforge.net/

I can locally on my own machine:
Download / unzip the Master
Download / unzip the i18n branch
Download / unzip the new-component-method branch

Merge all 3 and then try building with merged sources (could be impractical ?)
OR
Only use i18n branch
OR
Only use new-component-method branch
OR
Something else you suggest ?

@ianharrigan, anyone ?
Looking for suggestions
Thanks for your input!

I believe this is a PR that is still outstanding, and i think, is compatible with new-component-method branch - https://github.com/haxeui/haxeui-core/pull/152 (though im not 100% sure about that). Maybe @aW4KeNiNG could shed some light?

Cheers,
Ian

Yes. The i18n branch is ready for the new-component-method branch :slight_smile:

1 Like

Ok, great… ive got some changes on my local machine at the moment (just moving stuff around really) - Most of the backends are done now, so will commit that soonish i hope, then, assuming no conflicts Ill take a look at this PR and merge.

Thanks Pablo! :slight_smile:

Ian

Thanks for the Info!