Update locale strings.

Add a new project.
Remove the datas for test.
This commit is contained in:
Bruce
2026-04-06 18:46:51 +08:00
parent 48954e5206
commit fafff1bc5c
12 changed files with 256 additions and 1139 deletions

14
PkgCLI/Program.cs Normal file
View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PkgCLI
{
class Program
{
static void Main (string [] args)
{
}
}
}