Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spacecreator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TASTE
spacecreator
Merge requests
!288
PL1
676 Add multi language to IV model
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
676 Add multi language to IV model
676-multiple-language-support
into
master
Overview
2
Commits
2
Pipelines
1
Changes
17
All threads resolved!
Hide all comments
Merged
Imported
Juan Font Alonso
requested to merge
676-multiple-language-support
into
master
3 years ago
Overview
2
Commits
2
Pipelines
1
Changes
17
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
97444dd5
2 commits,
3 years ago
17 files
+
203
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
src/libs/ivcore/resources/iv_custom_attributes.xml
+
10
−
0
Options
@@ -19,6 +19,16 @@
</Enumeration>
</Type>
</Attr>
<Attr
label=
"DLanguage"
name=
"default_language"
visible=
"false"
>
<Scopes>
<Function>
<AttrValidator
name=
"is_type"
value=
"NO"
/>
</Function>
</Scopes>
<Type>
<String
validator=
"[a-zA-Z][\w_]*(?(?<=_)[a-zA-Z0-9])"
/>
</Type>
</Attr>
<Attr
name=
"is_type"
>
<Type>
<Enumeration
defaultValue=
"NO"
>
Loading