Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-images-generator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-images-generator
Commits
03957850
Commit
03957850
authored
Dec 05, 2016
by
Peter Xin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
69caecbe
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
LanguageConstants.rb
LanguageConstants.rb
+1
-1
Test.rb
Test.rb
+3
-3
locales/zh-CN.yml
locales/zh-CN.yml
+1
-1
locales/zh-Classical.yml
locales/zh-Classical.yml
+1
-1
No files found.
LanguageConstants.rb
View file @
03957850
...
...
@@ -49,5 +49,5 @@ class LanguageConstants
self
.
languages
[
locale
].
mse_language
=
value
[
'mse_language'
]
self
.
languages
[
locale
].
mse_stylesheet
=
value
[
'mse_stylesheet'
]
end
end
end
end
Test.rb
View file @
03957850
...
...
@@ -25,8 +25,8 @@ end
def
unit_test_god
require
'./Commands.rb'
Global
.
language
=
'
jp
'
Commands
.
generate_single
(
10000040
)
Global
.
language
=
'
zh-CN
'
Commands
.
generate_single
(
7127502
)
end
unit_test_god
\ No newline at end of file
unit_test_god
locales/zh-CN.yml
View file @
03957850
...
...
@@ -50,6 +50,6 @@ zh-CN:
-
"
创世神族"
-
"
幻龙族"
pendulum_effect_head
:
!ruby/regexp
/←\d+ 【灵摆】 \d+→\n?/
monster_effect_head
:
!ruby/regexp
/
\n
(?:【怪兽效果】|【怪兽简介】|【怪兽描述】)\n/
monster_effect_head
:
!ruby/regexp
/
(\n)?
(?:【怪兽效果】|【怪兽简介】|【怪兽描述】)\n/
mse_language
:
cn
mse_stylesheet
:
standard
locales/zh-Classical.yml
View file @
03957850
...
...
@@ -50,6 +50,6 @@ zh-CN:
-
"
创世神族"
-
"
幻龙族"
pendulum_effect_head
:
!ruby/regexp
/←\d+ 【灵摆】 \d+→\n?/
monster_effect_head
:
!ruby/regexp
/
\n
(?:【怪兽效果】|【怪兽简介】|【怪兽描述】)\n/
monster_effect_head
:
!ruby/regexp
/
(\n)?
(?:【怪兽效果】|【怪兽简介】|【怪兽描述】)\n/
mse_language
:
cn
mse_stylesheet
:
classical
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment