Skip to content

Commit

Permalink
add translation keys for customization menu
Browse files Browse the repository at this point in the history
  • Loading branch information
astudentinearth committed Jan 12, 2025
1 parent b968588 commit bf76a6f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/app-desktop/src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@
"h4": "Heading 4",
"removeLink": "Remove link",
"saveLink": "Save link"
},
"customizations": {
"sansText": "Sans",
"serifText": "Serif",
"monoText": "Mono",
"customText": "Custom",
"backgroundColorText": "Background color",
"foregroundColorText": "Default text color"
}
}
}
8 changes: 8 additions & 0 deletions packages/app-desktop/src/locales/tr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@
"h4": "Başlık 4",
"removeLink": "Bağlantıyı kaldır",
"saveLink": "Bağlantıyı kaydet"
},
"customizations": {
"sansText": "Normal",
"serifText": "Çentikli",
"monoText": "Kod",
"customText": "Özel",
"backgroundColorText": "Arka plan rengi",
"foregroundColorText": "Varsayılan metin rengi"
}
}
}

0 comments on commit bf76a6f

Please sign in to comment.