mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-23 20:25:57 +00:00
Support localized web UI (#912)
* Add support for localization * Add docs & format code * Add lib to docs
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<BuildFeedItem :build="build" />
|
||||
</router-link>
|
||||
|
||||
<span v-if="sortedBuildFeed.length === 0" class="text-gray-500 m-4">No pipelines have been started yet.</span>
|
||||
<span v-if="sortedBuildFeed.length === 0" class="text-gray-500 m-4">{{ $t('repo.build.no_pipelines') }}</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user