Ciallo icon indicating copy to clipboard operation
Ciallo copied to clipboard

support xmake

Open star-hengxing opened this issue 2 years ago • 3 comments

Install xmake, then try

xmake -y

star-hengxing avatar Jun 09 '23 06:06 star-hengxing

Well, that's a huge change. I will use the .csv file as instructed in my original instructions.

ShenCiao avatar Sep 01 '25 04:09 ShenCiao

This is pretty fun to work with. Now I have a cooperator and have an opportunity to learn pull requests and all other stuff to work with others. Thank you copilot

ShenCiao avatar Sep 01 '25 04:09 ShenCiao

@copilot can you further change the files? I only need the .csv file so remove others. If you cannot tell me how to remove other files.

ShenCiao avatar Sep 01 '25 04:09 ShenCiao

@copilot can you further change the files? I only need the .csv file so remove others. If you cannot tell me how to remove other files.

I've removed the translation scanner script and documentation files as requested. Only the CSV file (translatable_strings.csv) with the 74 translatable strings remains in the PR. Changes committed in c4c75ff.

Copilot avatar Sep 01 '25 04:09 Copilot

@copilot Move the CSV file to the folder Ciallo/Localization, and rename it to PascalCase

ShenCiao avatar Sep 01 '25 05:09 ShenCiao

@copilot Move the CSV file to the folder Ciallo/Localization, and rename it to PascalCase

I've moved the CSV file to Ciallo/Localization/TranslatableStrings.csv as requested. The file is now in the Localization folder and renamed to PascalCase format. Changes committed in d291c17.

Copilot avatar Sep 01 '25 05:09 Copilot