Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(de): update some files for consistency in German language #2502

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

trueberryless
Copy link
Contributor

@trueberryless trueberryless commented Oct 22, 2024

Description

  • update components/asides.mdx
  • update components/badges.mdx
  • update components/card-grids.mdx
  • update components/cards.mdx
  • update components/file-tree.mdx
  • update components/icons.mdx
  • update components/link-buttons.mdx
  • update components/link-cards.mdx
  • update guides/pages.mdx
  • update reference/configuration.mdx
  • update reference/frontmatter.mdx

Changes described:

  • add hyphen (-) to all props headings in the component pages

    Example in English and German with new Version:

    // components/code.mdx
    ## `<Code>` Props
    
    **Implementation:** [`Code.astro`](https://github.com/expressive-code/expressive-code/blob/main/packages/astro-expressive-code/components/Code.astro)
    
    // de/components/code.mdx
    ## `<Code>`-Eigenschaften
    
    **Implementation:** [`Code.astro`](https://github.com/expressive-code/expressive-code/blob/main/packages/astro-expressive-code/components/Code.astro)
    
  • rename Voreinstellung to Standard (for the default value)

    Example in English and German with new Version:

    // components/asides.mdx
    ### `type`
    
    **type:** `'note' | 'tip' | 'caution' | 'danger'`  
    **default:** `'note'`
    
    The type of aside to display:
    
    // de/components/asides.mdx
    ### `type`
    
    **Typ:** `'note' | 'tip' | 'caution' | 'danger'`  
    **Standard:** `'note'`
    
    Die Art der Nebenbemerkung, die angezeigt werden soll:
    
  • make all Erforderlich (required in English) CAPITALIZED (first letter)

    Example in English and German with new Version:

    // components/badges.mdx
    ### `text`
    
    **required**  
    **type:** `string`
    
    The text content to display in the badge.
    
    // de/components/badges.mdx
    ### `text`
    
    **Erforderlich**  
    **Typ:** `string`
    
    Der Textinhalt, der in dem Abzeichen angezeigt werden soll.
    

Copy link

changeset-bot bot commented Oct 22, 2024

⚠️ No Changeset found

Latest commit: 72f9a41

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added i18n Anything to do with internationalization & translation efforts 📚 docs Documentation website changes labels Oct 22, 2024
Copy link

netlify bot commented Oct 22, 2024

Deploy Preview for astro-starlight ready!

Name Link
🔨 Latest commit 72f9a41
🔍 Latest deploy log https://app.netlify.com/sites/astro-starlight/deploys/67179fb5238da5000834c0b3
😎 Deploy Preview https://deploy-preview-2502--astro-starlight.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@astrobot-houston
Copy link
Collaborator

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

Locale File Note
de components/asides.mdx Localization changed, will be marked as complete.
de components/badges.mdx Localization changed, will be marked as complete.
de components/card-grids.mdx Localization changed, will be marked as complete.
de components/cards.mdx Localization changed, will be marked as complete.
de components/file-tree.mdx Localization changed, will be marked as complete.
de components/icons.mdx Localization changed, will be marked as complete.
de components/link-buttons.mdx Localization changed, will be marked as complete.
de components/link-cards.mdx Localization changed, will be marked as complete.
de guides/pages.mdx Localization changed, will be marked as complete.
de reference/configuration.mdx Localization changed, will be marked as complete.
de reference/frontmatter.md Localization changed, will be marked as complete.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

Copy link
Member

@delucis delucis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work cleaning those up. Thanks @trueberryless!

@delucis delucis merged commit 46907fb into withastro:main Oct 22, 2024
16 checks passed
@trueberryless trueberryless deleted the consistency-fixes branch October 22, 2024 19:11
HiDeoo added a commit to HiDeoo/starlight that referenced this pull request Oct 23, 2024
* main: (240 commits)
  i18n(de): update some files for consistency in German language (withastro#2502)
  i18n(zh-cn): Update `plugins.mdx` (withastro#2501)
  i18n(de): translate guides/pages (withastro#2469)
  i18n(de): translate components/code (withastro#2457)
  i18n(de): translate components/using-components (withastro#2455)
  [ci] format
  i18n(de): translate guides/site-search (withastro#2481)
  i18n(de): update translation guides/customization (withastro#2475)
  i18n(de): update translation manual-setup (withastro#2479)
  i18n(de): update translation reference/overrides (withastro#2480)
  i18n(de): translate reference/plugins (withastro#2464)
  i18n(de): update translation guides/authoring-content (withastro#2458)
  [ci] format
  i18n(de): update translation reference/configuration (withastro#2459)
  i18n(de): update translation reference/frontmatter (withastro#2470)
  [ci] format
  i18n(de): update translation guides/i18n (withastro#2476)
  i18n(de): update `resources/plugins.mdx` (withastro#2498)
  i18n(ko-KR): update `plugins.mdx` (withastro#2500)
  i18n(fr): Update `resources/plugins` from withastro#2493 (withastro#2496)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 docs Documentation website changes i18n Anything to do with internationalization & translation efforts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants