How to localize your version of Projections:
--------------------------------------------------
The extension is available by default in English and French. It automatically translates the menu, options, messages, tooltips, when it loads,
because it detects which locale version of SketchUp is actually running.
You can easily translate the extension to your own language, following the steps below:
1.	get your local version string of SketchUp
2.	create your language file, translate it to your own language
3.	restart SketchUP

1. Get your locale version string of SketchUp:
----------------------------------------------------
In SketchUp, open the Ruby console and type:   Sketchup.get_locale
You'll get a string such as: en-US, fr, it, de, es, ja, ko, zh-CN, zh-TW, pt-BR, nl, ru.

While you're at it, type: Sketchup.find_support_file("Plugins") in the ruby console. This will indicate where the plugins are installed (useful for next point).
2. Create your language file, translate it to your own language:
--------------------------------------------------------------------
Browse your disk to your DBUR_Projections folder. On a PC, a typical path can be:
C:/Users/YOUR_USER_NAME_HERE/AppData/Roaming/SketchUp/SketchUp 2019/SketchUp/Plugins

Open the Resources folder, you'll see two languages files: projEN-US.lingvo and projFR.lingvo
In a pure text editor, open the file projEN-US.lingvo
Save it as projXX.lingvo, where XX is the capitalized string you got at point 1.

Examples: 	you got "it" when typing "Sketchup.get_locale"
Save your language file as projIT.lingvo

you got " zh-CN" when typing "Sketchup.get_locale"
Save your language file as projZH-CN.lingvo

Each line of the base file is divided in two parts separated by <==>
The left part is the English part and must be left unchanged.
The right part is your language part that you must translate.

Below is an example of some lines of the french file:
------------------------------------------------
Projections<==>Projections
SketchUp guides<==>Guides de SketchUp
Projections guides<==>Guides Projections
All guides<==>Tous les guides
-----------------------------------------------
 
Be careful to translate exactly the English part, respecting the spaces. There are actually 68 lines to translate.
Please leave line 69 blank.
When done, move the file to the Resources folder of the DBUR_Projections folder, restart SketchUp and here you go!

Please send me your lingvo translated file so I can include it in the extension for other users of your language. Thank you.
