Skip to content

Commit

Permalink
Merge pull request #157 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
VampireChicken12 authored Dec 6, 2023
2 parents 64ee4eb + c83892d commit 3fe2006
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions public/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"sections": {
"featureMenu": {
"openType": {
"title": "Feature menu settings",
"title": "フィーチャー・メニュー設定",
"select": {
"label": "Menu Activation Type",
"title": "Select the method to activate the feature menu",
"label": "メニューの有効化型",
"title": "フィーチャー・メニューを有効化にする方法を選択します",
"options": {
"click": "Click",
"hover": "Hover"
"click": "ボタンクリック",
"hover": "マウスホバー"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions public/locales/tr-TR.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"sections": {
"featureMenu": {
"openType": {
"title": "Feature menu settings",
"title": "Özellik menüsü ayarları",
"select": {
"label": "Menu Activation Type",
"title": "Select the method to activate the feature menu",
"label": "Menü Aktivasyon Türü",
"title": "Özellik menüsünü etkinleştirme yöntemini seçin",
"options": {
"click": "Click",
"hover": "Hover"
"click": "Tıkla",
"hover": "İmleci Üzerine Getir"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/utils/updateLocalePercentages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default async function updateLocalePercentages() {
}
}
async function getLocalePercentagesFromCrowdin() {
if (!process.env.CROWDIN_TOKEN) throw new Error("CROWDIN_TOKEN is not defined");
if (!process.env.CROWDIN_TOKEN) return;
try {
const response = await fetch("https://crowdin.com/api/v2/projects/627048/languages/progress", {
headers: { Authorization: "Bearer " + process.env.CROWDIN_TOKEN },
Expand Down

0 comments on commit 3fe2006

Please sign in to comment.