Compare commits

..

3 commits

Author SHA1 Message Date
Thanaphon Frappet
fd28f36876 Merge branch 'develop'
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
2025-08-21 10:07:56 +07:00
Thanaphon Frappet
a05c1e7004 fix: i18n
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
2025-08-21 10:07:33 +07:00
Thanaphon Frappet
db2a094471 fix: name
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
2025-08-21 10:04:23 +07:00
2 changed files with 3 additions and 3 deletions

View file

@ -157,7 +157,7 @@ watch(
name="mdi-passport"
style="background-color: var(--surface-3)"
/>
{{ title }}
{{ $t(title) }}
</div>
<div

View file

@ -168,8 +168,8 @@ async function change(e: Event) {
type: map['doc_type'],
number: map['doc_number'],
gender: map['sex'],
firstName: map['first_name'],
lastName: map['last_name'],
firstName: map['last_name'],
lastName: map['first_name'],
issueDate: map['issue_date'],
expireDate: map['expire_date'],
issuePlace: map['nationality'],