Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
funkwhale.audio
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
funkwhale.audio
Merge requests
!34
Vue3 transition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Vue3 transition
vue3-transition
into
master
Overview
1
Commits
17
Pipelines
12
Changes
49
Merged
Georg Krause
requested to merge
vue3-transition
into
master
3 years ago
Overview
1
Commits
17
Pipelines
12
Changes
7
Expand
👍
0
👎
0
Merge request reports
Viewing commit
246c15a2
Prev
Next
Show latest version
7 files
+
10
−
57
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
Verified
246c15a2
Use more simply gettext compile scripts and use compiles translations file
· 246c15a2
Georg Krause
authored
3 years ago
scripts/gettext-compile.sh
0 → 100755
+
3
−
0
Options
#!/bin/bash
locales
=
$(
cd
locales
&&
var
=(
*
/
)
&&
echo
${
var
[*]%%/
}
|
tr
' '
','
)
yarn run vue-gettext-compile
--dir
./locales
--locales
$locales
Loading