bovirus
bovirus
@xvitaly I hope that you can reuse part of my tranbslation. Thanks.
@Miiraak How can setup via parameter the value for "ValidatePattern" and "ScrtachDisk" See .ps1 sourfce code param ( [ValidatePattern('^[c-zC-Z]$')] [string]$ScratchDisk ) Could be interesting for automatic batch. Example powershell -file...
@Miiraak Thanks for updated script. EWhats the difference in param1 : Letter of the choosen drive param2 : Letter of the mounted .iso What's param1? What's chosen drive? Example if...
@Miiraak Thanks for explanation. Do you think that it's possible to add the explanation for param1/param2 as comment in the header of the script? I believe that can help to...
@Miiraak Many thanks for your very interesting improvements.
@CodeDead Any plan to merge PR?
@procount Checking on this list https://stackoverflow.com/questions/7973023/what-is-the-list-of-supported-languages-locales-on-android ar_AE = Arabic (United Arab Emirates) gl = Galician gl_ES = Galician (Spain) then ae -> ar_AE gl is ok. "ast" is asturian and...
@procount to follow the standard https://lh.2xlibre.net/locales/ ---- changes for Arabic rename **_translation_ae.ts_** as **translation_ar_AE.ts** (to follow the file naming scheme translation_xxx.ts) modify in **_translation_ar_AE.ts_** the string as language="**_ar_AE_**" sourcelanguage="en" modify...