Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Mélanie Chauvel
funkwhale
Commits
93da9745
Commit
93da9745
authored
6 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typo
parent
0ef63bea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
front/scripts/i18n-weblate-to-origin.sh
+12
-0
12 additions, 0 deletions
front/scripts/i18n-weblate-to-origin.sh
front/src/components/PageNotFound.vue
+1
-1
1 addition, 1 deletion
front/src/components/PageNotFound.vue
with
13 additions
and
1 deletion
front/scripts/i18n-weblate-to-origin.sh
0 → 100755
+
12
−
0
View file @
93da9745
#!/bin/bash -eux
integration_branch
=
"translations-integration"
git remote add weblate https://translate.funkwhale.audio/git/funkwhale/front/
||
echo
"remote already exists"
git fetch weblate
git checkout weblate/develop
git reset
--hard
weblate/develop
git checkout
-b
$integration_branch
||
git checkout
$integration_branch
git reset
--hard
weblate/develop
git push
-f
origin
$integration_branch
echo
"Branch created on pushed on origin/
$integration_branch
"
echo
"Open a merge request by visiting https://code.eliotberriot.com/funkwhale/funkwhale/merge_requests/new?merge_request%5Bsource_branch%5D=
$integration_branch
"
This diff is collapsed.
Click to expand it.
front/src/components/PageNotFound.vue
+
1
−
1
View file @
93da9745
...
...
@@ -5,7 +5,7 @@
<h1
class=
"ui huge header"
>
<i
class=
"warning icon"
></i>
<div
class=
"content"
>
<strike>
<translate>
Whale') }}
</strike>
{{
$gettext
(
'
Page not found!</translate>
<translate>
Page not found!
</translate>
</div>
</h1>
<p><translate>
We're sorry, the page you asked for does not exist:
</translate></p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment