Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 7382891

Browse files
authored
Update NewImage.vue
1 parent e81036d commit 7382891

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/views/NewImage.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ export default {
197197
},
198198
isCN() {
199199
return this.$i18n.locale === "zh_cn";
200+
},
201+
isRU() {
202+
return this.$i18n.locale === "ru_ru";
200203
}
201204
},
202205
methods: {

0 commit comments

Comments
 (0)