mirror of
https://github.com/bs-community/blessing-skin-plugins.git
synced 2025-01-09 04:07:51 +08:00
[texture-type-cast] add i18n
This commit is contained in:
parent
ff2d058cba
commit
7233ab443b
2
texture-type-cast/lang/en/general.yml
Normal file
2
texture-type-cast/lang/en/general.yml
Normal file
@ -0,0 +1,2 @@
|
||||
title: Texture Type Casting
|
||||
description: Force to cast types of all textures.
|
2
texture-type-cast/lang/zh_CN/general.yml
Normal file
2
texture-type-cast/lang/zh_CN/general.yml
Normal file
@ -0,0 +1,2 @@
|
||||
title: 材质类型强制转换
|
||||
description: 强制对全站的材质进行材质类型修改
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "texture-type-cast",
|
||||
"title": "材质类型强制转换",
|
||||
"version": "0.2.0",
|
||||
"description": "强制对全站的材质进行材质类型修改",
|
||||
"title": "Blessing\\TextureTypeCast::general.title",
|
||||
"version": "0.3.0",
|
||||
"description": "Blessing\\TextureTypeCast::general.description",
|
||||
"author": "GPlane",
|
||||
"url": "https://gplane.win/",
|
||||
"namespace": "Blessing\\TextureTypeCast",
|
||||
|
Loading…
Reference in New Issue
Block a user