Support localized web UI (#912)

* Add support for localization
* Add docs & format code
* Add lib to docs
This commit is contained in:
qwerty287
2022-05-16 21:18:48 +02:00
committed by GitHub
parent 687d57217d
commit 7d7d75d7e5
34 changed files with 660 additions and 192 deletions

View File

@@ -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>