feat: unify the format of locale keys (#2380)

This commit is contained in:
YRMING 2023-09-06 20:51:01 +08:00 committed by GitHub
parent 907d9999dc
commit ca2ca2bef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 79 additions and 79 deletions

View file

@ -18,6 +18,6 @@ const people = $computed(() =>
<template>
<p>
{{ $t('command.n-people-in-the-past-n-days', [people, maxDay]) }}
{{ $t('command.n_people_in_the_past_n_days', [people, maxDay]) }}
</p>
</template>