Title: de_DE
Author: Frank Bueltge
Published: <strong>2017 年 4 月 6 日</strong>
Last modified: 2026 年 1 月 29 日

---

搜尋外掛

![](https://ps.w.org/de_de/assets/icon-256x256.png?rev=2297717)

# de_DE

 由 [Frank Bueltge](https://profiles.wordpress.org/bueltge/) 開發

[下載](https://downloads.wordpress.org/plugin/de_de.1.0.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/de_de/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/de_de/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/de_de/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/de_de/#developers)

 [技術支援](https://wordpress.org/support/plugin/de_de/)

## 外掛說明

The solution is usually interested in installations that set the language to de_DE,
German. This Plugin, also usable as a drop-in, replaces non-ASCII strings, especially
German umlauts, with an alternate in permalinks and uploaded files. Also, add the
German language key to the feed.

_The following hints are only available in the German language._

#### Beschreibung

Diese Sprach-_DropIn_ ersetzt diverse Zeichen durch entprechende Strings in den 
Permalinks und den Namen hochgeladener Dateien. Im weiteren wird der Sprachschlüssel
der Feeds gesetzt.

#### Lösungen

 * Ersatz von Umlauten und Sonderzeichen um saubere Permalinks zu erzeugen
    - Beispiel: _Das häßliche Entlein kostet 1 €_ wird im Permalink zu _das haessliches-
      entlein-kostet-1-eur_
 * Dateinamen ersetzen: Sonderzeichen, Leerzeichen, Umlaute
    - Beispiel: _Häßliches Entlein.png_ wird zu _haessliches-entlein.png_
 * Setzt den Sprachwert des Feed auf `de` (dafür hat WordPress keine sichtbare Option)

#### Hinweise

 * Wenn das Plugin [Germanix](https://github.com/toscho/Germanix-WordPress-Plugin)
   aktiv ist, dann wirkt dieses Plugin/ Dropin `de_DE.php` nicht.
 * Support, Fehler, Ergänzen bitte via [GitHub](https://github.com/bueltge/de-DE/)

#### Support und Unterstützung

Das Plugin liegt auf [GitHub](https://github.com/bueltge/de-DE) und jede Hilfe ist
gern gesehen.

## 安裝方式

 * PHP 5.6 (aktiv getestet unter php 8.3)
    - WordPress 3.5, (aktiv getestet in der letzen stabilen Version)
    - Optional: [Normalizer class](http://php.net/manual/de/class.normalizer.php)

#### Einsatz als Dropin

 * Upload der Datei `de_DE.php` in Sprachordner, üblicherweise `wp-content/languages`
 * Das Dropin ist automatisch aktiv, sobald der Sprachschlüssel (Konstante: `WPLANG`)
   in der `wp-config.php`auf `de_DE` gesetzt ist oder (seit WordPress Version 4.0)
   die Sprache _Deutsch_ in den Einstellungen gesetzt ist.

#### Einsatz als Plugin

 * Upload des Ordners oder nur der Datei `de_DE.php` in den Plugin-Ordner der Installation,
   im Standard ist das `wp-content/plugins`
 * Das Plugin im Administrationsbereich –> Plugins aktivieren

## 使用者評論

![](https://secure.gravatar.com/avatar/c738a24e869771552aa7da37b64511b52486eb5f5a33110a57c56789e4a744df?
s=60&d=retro&r=g)

### 󠀁[Der Bug-Reduzierer](https://wordpress.org/support/topic/der-bug-reduzierer/)󠁿

 [WiKaBot](https://profiles.wordpress.org/wikabot/) 2018 年 11 月 13 日

Kann mich dem Vorredner nur anschließen … esc beseitigt sang und klanglos Umlaute
und Leerzeichen, alles was einem beim Hochladen zum Verhängnis werden kann. Dinge
auf die Autoren und Redakteure einfach nicht achten und hernach den Admin manchmal
gut Stress machen. Bescheiden aber sehr hilfreich

![](https://secure.gravatar.com/avatar/8a4dfa65226041f41a866684f0dd95f139ebd829c839c8f8a13100bcfa2e4954?
s=60&d=retro&r=g)

### 󠀁[Einwandfreies Helferlein (must have)](https://wordpress.org/support/topic/einwandfreies-helferlein-must-have/)󠁿

 [arcticblue](https://profiles.wordpress.org/arcticblue/) 2017 年 6 月 14 日

Wer sich keine Sorgen um die saubere Umwandlung von ß ä ü ö – und weiß der Kuckuck
was nicht noch allem – machen will, wenn Kunden ihre ach so toll benannten Dateien
hochladen, der sollte nicht auf dieses winzig kleine Plugin verzichten. Am Ende 
sorgt das Plugin einfach (still und heimlich beim Upload von Medien) dafür, dass
der Server sich nicht mit der Konvertierung von nicht-englischen Sonderzeichen im
Dateisystem ‘rumschlagen’ muss und man auch später bei einem Umzug auf einen anderen
Server keine Probleme mit “Datei konnte nicht gefunden werden” hat.

 [ 閱讀全部 2 則使用者評論 ](https://wordpress.org/support/plugin/de_de/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈de_DE〉的開發相關工作。

參與者

 *   [ Frank Bueltge ](https://profiles.wordpress.org/bueltge/)

[將〈de_DE〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/de_de)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/de_de/)、查看 
[SVN 存放庫](https://plugins.svn.wordpress.org/de_de/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/de_de/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/de_de/)。

## 變更記錄

#### 1.0.3 (2026-01-26)

 * Added isUtf8() helper to handle deprecated seems_utf8 #23, Probs @WebKinect

#### 1.0.2 (2024-09-24)

 * Updated encoding / decoding via mb_convert_encoding, [#20](https://github.com/bueltge/de-DE/pull/20)

#### 1.0.1 (2024-06-11)

 * Fix deprecated topic for PHP >=8.2

#### 1.0.0 (2020-04-19)

 * Supports Gutenberg Editor, REST API
 * Refactoring Code to use it also via REST API – Leave the one-file solution to
   use it easily as Dropin.

#### 0.7.15 (2018-11-13)

 * Remove setting the default spellchecker because the editor spellchecker has been
   unavailable since version 3.5.

#### 0.7.14 (2017-04-07)

 * First release on wordpress.org, before only public on GitHub

## 中繼資料

 *  版本 **1.0.3**
 *  最後更新 **5 個月前**
 *  啟用安裝數 **1,000+**
 *  WordPress 版本需求 ** 3.5 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 5.6 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/de_de/)
 * 標籤:
 * [ascii](https://tw.wordpress.org/plugins/tags/ascii/)[German](https://tw.wordpress.org/plugins/tags/german/)
   [permalink](https://tw.wordpress.org/plugins/tags/permalink/)[umlaut](https://tw.wordpress.org/plugins/tags/umlaut/)
   [upload](https://tw.wordpress.org/plugins/tags/upload/)
 *  [進階檢視](https://tw.wordpress.org/plugins/de_de/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  2 個 5 星使用者評論     ](https://wordpress.org/support/plugin/de_de/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/de_de/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/de_de/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/de_de/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/de_de/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/de_de/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/de_de/reviews/)

## 參與者

 *   [ Frank Bueltge ](https://profiles.wordpress.org/bueltge/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/de_de/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.paypal.me/FrankBueltge)