Skip to content

Commit

Permalink
fix localize
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Nov 6, 2022
1 parent 33e8d72 commit fd6cea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/components/ScreenError.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
/>
<div class="my-1">{{ t("da-xay-ra-loi") }}</div>
<q-btn
dense
no-caps
outline
rounded
class="px-2"
@click="emit('click:retry')"
style="color: #00be06"
>t('thu-lai')</q-btn
>{{t('thu-lai')}}</q-btn
>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/messages/vi-VN.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"da-gap-su-co-khi-phat-lai": "Đã gặp sự cố khi phát lại",
"da-khoi-phuc-phien-xem-truoc-_time": "Đã khôi phục phiên xem trước {0}",
"da-them-vao-danh-sach-theo-doi": "Đã thêm vào danh sách theo dõi",
"da-xay-ra-loi": "Đẫ xảy ra lỗi",
"da-xay-ra-loi": "Đã xảy ra lỗi",
"da-xoa-khoi-danh-sach-theo-doi": "Đã xóa khỏi danh sách theo dõi",
"dang-lay-du-lieu": "Đang lấy dữ liệu...",
"dang-nhap": "Đăng nhập",
Expand Down

0 comments on commit fd6cea0

Please sign in to comment.