Skip to content

Commit 33145f4

Browse files
removed unused localization string
1 parent d8b8fdc commit 33145f4

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
## Pending Release
99
- None
1010

11-
## [2.3.3](https://github.com/yorkshirelandscape/token_frames/tree/2.3.3)<sup>[&Delta;](https://github.com/yorkshirelandscape/token_frames/compare/2.3.2...2.3.3)</sup> &mdash;&mdash; *2025-07-23* &mdash;&mdash; Final V12 Release
11+
## [2.3.4](https://github.com/yorkshirelandscape/token_frames/tree/2.3.4)<sup>[&Delta;](https://github.com/yorkshirelandscape/token_frames/compare/2.3.3...2.3.4)</sup> &mdash;&mdash; *2025-07-23* &mdash;&mdash; Final V12 Release
12+
13+
- Just some dev ops stuff. Nothing to write home about.
14+
- Also removed unused localization string.
15+
16+
## [2.3.3](https://github.com/yorkshirelandscape/token_frames/tree/2.3.3)<sup>[&Delta;](https://github.com/yorkshirelandscape/token_frames/compare/2.3.2...2.3.3)</sup> &mdash;&mdash; *2025-07-23*
1217

1318
- Figured out what I was doing wrong with translation configuration
1419
- Added Japanese translation by @ryotai-trpg (#5)

languages/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"CCSS": {
33
"settings": {
44
"CustomCss":"Custom CSS",
5-
"CustomCssHint": "Make sure you validate your CSS",
65
"settingsMenu": {
76
"name": "Custom CSS Rules",
87
"label": "Custom CSS Rules",

languages/ja.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"CCSS": {
33
"settings": {
44
"CustomCss":"Custom CSS",
5-
"CustomCssHint": "CSSを必ず検証してください。",
65
"settingsMenu": {
76
"name": "Custom CSS ルール",
87
"label": "Custom CSS ルール",

languages/pt-BR.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"CCSS": {
33
"settings": {
44
"CustomCss":"Custom CSS",
5-
"CustomCssHint": "Se certifique de validar seu CSS",
65
"settingsMenu": {
76
"name": "Regras do Custom CSS",
87
"label": "Regras do Custom CSS",

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "custom-css",
33
"title": "Custom CSS",
44
"description": "Add custom CSS to your world",
5-
"version": "2.3.3",
5+
"version": "2.3.4",
66
"compatibility": {
77
"minimum": 10,
88
"verified": 12,

0 commit comments

Comments
 (0)