Michelle.Chung
2023-02-05 08565363a94d367bec83187c9d725d5caf951593
ruoyi-common/ruoyi-common-translation/src/main/java/com/ruoyi/common/translation/core/TranslationInterface.java
@@ -10,7 +10,7 @@
    /**
     * 翻译
     *
     * @param key 需要被翻译的键
     * @param key 需要被翻译的键(不为空)
     * @return 返回键对应的值
     */
    String translation(Object key, String other);