mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-22 16:43:09 +02:00
Fix oddity
This commit is contained in:
parent
03876616d2
commit
5bd2272afa
1 changed files with 2 additions and 2 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -5090,10 +5090,10 @@ export interface Locale extends ILocale {
|
||||||
*/
|
*/
|
||||||
"enableHorizontalSwipe": string;
|
"enableHorizontalSwipe": string;
|
||||||
/**
|
/**
|
||||||
* 言語なし
|
* 言語なし
|
||||||
*/
|
*/
|
||||||
"noLanguage": string;
|
"noLanguage": string;
|
||||||
/*
|
/**
|
||||||
* 読み込み中
|
* 読み込み中
|
||||||
*/
|
*/
|
||||||
"loading": string;
|
"loading": string;
|
||||||
|
|
Loading…
Reference in a new issue