mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 08:10:24 +01:00
localeの整理
This commit is contained in:
parent
db8e1f9e57
commit
0527331f50
3 changed files with 4 additions and 14 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
@ -4542,14 +4542,6 @@ export interface Locale extends ILocale {
|
|||
* 位置
|
||||
*/
|
||||
"position": string;
|
||||
/**
|
||||
* 繰り返し
|
||||
*/
|
||||
"repeat": string;
|
||||
/**
|
||||
* 引き伸ばし
|
||||
*/
|
||||
"enlargement": string;
|
||||
/**
|
||||
* 回転
|
||||
*/
|
||||
|
|
|
@ -1131,8 +1131,6 @@ stackAxis: "スタック方向"
|
|||
vertical: "縦"
|
||||
horizontal: "横"
|
||||
position: "位置"
|
||||
repeat: "繰り返し"
|
||||
enlargement: "引き伸ばし"
|
||||
rotate: "回転"
|
||||
opacity: "透明度"
|
||||
serverRules: "サーバールール"
|
||||
|
|
|
@ -20,12 +20,12 @@ import { watermarkAnchor } from '@/scripts/watermark.js';
|
|||
import type { WatermarkAnchor } from '@/scripts/watermark.js';
|
||||
|
||||
const langMap = {
|
||||
'top': i18n.ts.top,
|
||||
'top': i18n.ts.centerTop,
|
||||
'top-left': i18n.ts.leftTop,
|
||||
'top-right': i18n.ts.rightTop,
|
||||
'left': i18n.ts.left,
|
||||
'right': i18n.ts.right,
|
||||
'bottom': i18n.ts.bottom,
|
||||
'left': i18n.ts.leftCenter,
|
||||
'right': i18n.ts.rightCenter,
|
||||
'bottom': i18n.ts.centerBottom,
|
||||
'bottom-left': i18n.ts.leftBottom,
|
||||
'bottom-right': i18n.ts.rightBottom,
|
||||
'center': i18n.ts.center,
|
||||
|
|
Loading…
Reference in a new issue