We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa6128 commit 63ece3fCopy full SHA for 63ece3f
app/src/main/java/org/b3log/siyuan/Utils.java
@@ -63,7 +63,7 @@
63
*
64
* @author <a href="https://88250.b3log.org">Liang Ding</a>
65
* @author <a href="https://github.com/wwxiaoqi">Jane Haring</a>
66
- * @version 1.4.0.4, May 23, 2025
+ * @version 1.4.0.5, Jun 15, 2025
67
* @since 1.0.0
68
*/
69
public final class Utils {
@@ -402,6 +402,7 @@ public static String getLanguage() {
402
otherLangMap.put("it", "it_IT");
403
otherLangMap.put("ja", "ja_JP");
404
otherLangMap.put("pl", "pl_PL");
405
+ otherLangMap.put("pt", "pt_BR");
406
otherLangMap.put("ru", "ru_RU");
407
408
// 使用 getOrDefault 方法从映射中获取语言代码,如果语言不存在则默认为 en_US
0 commit comments