diff options
| author | 2022-01-08 08:00:26 -0500 | |
|---|---|---|
| committer | 2022-01-08 14:00:26 +0100 | |
| commit | 127b7f0a3aad7012055c058e8aba0d27192a8cbc (patch) | |
| tree | 8ec9a5948672e702c944c202f78294b81104582f /cli/i18n/ignore/de.php | |
| parent | ed19445f74c30854c60873cd1df1c38e15fc316b (diff) | |
Change i18n process (#4131)
Before, the ignore info were stored in a different file which was a bit cumbersome
for new comers. Now, this info is stored directly in the translation file as a
comment.
Before, there was no way of telling translators that a previously translated string
was in need of a new translation. Now, the dirty information is there to convey that
info.
Diffstat (limited to 'cli/i18n/ignore/de.php')
| -rw-r--r-- | cli/i18n/ignore/de.php | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/cli/i18n/ignore/de.php b/cli/i18n/ignore/de.php deleted file mode 100644 index 28d4ec6d8..000000000 --- a/cli/i18n/ignore/de.php +++ /dev/null @@ -1,73 +0,0 @@ -<?php - -return array( - 'admin.extensions.name', - 'admin.extensions.version', - 'admin.stats.feed', - 'admin.user.admin', - 'admin.user.feed_count', - 'conf.query.name', - 'conf.sharing.blogotext', - 'conf.sharing.diaspora', - 'conf.sharing.facebook', - 'conf.sharing.raindrop', - 'conf.sharing.shaarli', - 'conf.sharing.twitter', - 'conf.sharing.wallabag', - 'conf.shortcut.navigation', - 'gen.date.Apr', - 'gen.date.Aug', - 'gen.date.Nov', - 'gen.date.Sep', - 'gen.date.april', - 'gen.date.august', - 'gen.date.november', - 'gen.date.september', - 'gen.dir', - 'gen.freshrss._', - 'gen.lang.cz', - 'gen.lang.de', - 'gen.lang.en', - 'gen.lang.en-us', - 'gen.lang.es', - 'gen.lang.fr', - 'gen.lang.he', - 'gen.lang.it', - 'gen.lang.ja', - 'gen.lang.ko', - 'gen.lang.nl', - 'gen.lang.oc', - 'gen.lang.pl', - 'gen.lang.pt-br', - 'gen.lang.ru', - 'gen.lang.sk', - 'gen.lang.tr', - 'gen.lang.zh-cn', - 'gen.menu.account', - 'gen.menu.admin', - 'gen.share.blogotext', - 'gen.share.diaspora', - 'gen.share.facebook', - 'gen.share.gnusocial', - 'gen.share.jdh', - 'gen.share.lemmy', - 'gen.share.linkedin', - 'gen.share.mastodon', - 'gen.share.movim', - 'gen.share.pinboard', - 'gen.share.pocket', - 'gen.share.raindrop', - 'gen.share.shaarli', - 'gen.share.twitter', - 'gen.share.wallabag', - 'gen.share.wallabagv2', - 'index.about.agpl3', - 'index.about.version', - 'install.bdd.host', - 'install.title', - 'sub.api.title', - 'sub.bookmarklet.title', - 'sub.category.information', - 'sub.feed.information', - 'sub.tag.name', -); |
