Skip to content

Commit b349d26

Browse files
authored
Feat/remove crowdin (tauri-apps#1269)
* Remove crowdin deps * Commit translations
1 parent 17793ef commit b349d26

File tree

505 files changed

+68997
-620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

505 files changed

+68997
-620
lines changed

.github/workflows/build.yml

-173
This file was deleted.

.github/workflows/i18n-preview.yml

-61
This file was deleted.

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Generated files
88
.docusaurus
99
.cache-loader
10-
/i18n
1110

1211
# Misc
1312
.DS_Store

.scripts/build.js

-22
This file was deleted.

.scripts/i18n-preview.js

-43
This file was deleted.

crowdin.yaml

-17
This file was deleted.

docusaurus.config.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ try {
1414
console.error()
1515
}
1616

17-
var baseUrl =
18-
process.env.LOCALE === 'en' || process.env.LOCALE == undefined
19-
? '/'
20-
: `/${process.env.LOCALE}/`
21-
2217
const repoUrl = 'https://github.com/tauri-apps/tauri'
2318
const discordUrl = 'https://discord.com/invite/tauri'
2419
const awesomeTauriUrl = 'https://github.com/tauri-apps/awesome-tauri'
@@ -252,7 +247,7 @@ async function siteConfig() {
252247
'Build smaller, faster, and more secure desktop applications with a web frontend',
253248
organizationName: 'Tauri Apps',
254249
projectName: 'tauri',
255-
baseUrl: baseUrl,
250+
baseUrl: '/',
256251
favicon: '/meta/favicon-32x32.png',
257252
url: 'https://tauri.app',
258253
i18n: {

0 commit comments

Comments
 (0)