support xmake
Well, that's a huge change. I will use the .csv file as instructed in my original instructions.
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
@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.
@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 Move the CSV file to the folder Ciallo/Localization, and rename it to PascalCase
@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.