add 国际化

This commit is contained in:
ls
2026-01-04 17:31:30 +08:00
parent e223f50982
commit 86029545ee
13 changed files with 1317 additions and 0 deletions

View File

@@ -58,6 +58,17 @@
<artifactId>lucene-analyzers-common</artifactId>
<version>8.2.0</version>
</dependency>
<dependency>
<groupId>nl.sdkall</groupId>
<artifactId>language-all</artifactId>
<version>0.0.1</version>
<scope>system</scope>
<systemPath>
${project.basedir}/libs/language-all.jar
</systemPath>
<!-- 移除 system 范围,使用默认的 compile 范围 -->
</dependency>
<dependency>
<groupId>com.github.magese</groupId>
<artifactId>ik-analyzer</artifactId>