Today I want to present my current project. This is UDF for crowdin.net website API In fact, not yet finished but functional. #AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7
#Tidy_Parameters=/sort_funcs /reel
#include <FileConstants.au3>
#include <MsgBoxConstants.au3>
_Crowdin_Example_1()
Func _Crowdin_Example_1()
Local $sACCOUNT_API_KEY = '...'
Local $sPROJECT_API_KEY = '...'
Local $sPROJECT_identifier = '...'
Local $output = ''
_Crowdin_Proj