1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

chore: remove unrelated config and locale files from feature branch

This commit is contained in:
symonbaikov 2025-07-05 23:09:01 +03:00
parent 334f7b2028
commit ae0c23eada
2 changed files with 0 additions and 59 deletions

View file

@ -1,43 +0,0 @@
/**
* Internationalization / Localization Settings
* (sails.config.i18n)
*
* If your app will touch people from all over the world, i18n (or internationalization)
* may be an important part of your international strategy.
*
* For a complete list of options for Sails' built-in i18n support, see:
* https://sailsjs.com/config/i-18-n
*
* For more info on i18n in Sails in general, check out:
* https://sailsjs.com/docs/concepts/internationalization
*/
module.exports.i18n = {
/**
*
* Which locales are supported?
*
*/
locales: ['en-GB', 'en-US', 'es-ES', 'it-IT', 'ru-RU', 'de-DE'],
/**
*
* What is the default locale for the site? Note that this setting will be
* overridden for any request that sends an "Accept-Language" header (i.e.
* most browsers), but it's still useful if you need to localize the
* response for requests made by non-browser clients (e.g. cURL).
*
*/
defaultLocale: process.env.DEFAULT_LANGUAGE || 'en-US',
/**
*
* Path (relative to app root) of directory to store locale (translation)
* files in.
*
*/
// localesDirectory: 'config/locales',
};

View file

@ -1,16 +0,0 @@
{
"Card Created": "Karte erstellt",
"Card Moved": "Karte verschoben",
"New Comment": "Neuer Kommentar",
"Test Title": "Testtitel",
"This is a test text message!": "Dies ist eine Test-Textnachricht!",
"This is a *test* **markdown** `message`!": "Dies ist eine *Test*-**Markdown**-`Nachricht`!",
"This is a <i>test</i> <b>html</b> <code>message</code>": "Dies ist eine <i>Test</i>-<b>HTML</b>-<code>Nachricht</code>",
"You Were Added to Card": "Sie wurden zur Karte hinzugefügt",
"You Were Mentioned in Comment": "Sie wurden in einem Kommentar erwähnt",
"%s added you to %s on %s": "%s hat Sie zu %s am %s hinzugefügt",
"%s created %s in %s on %s": "%s hat %s in %s am %s erstellt",
"%s left a new comment to %s on %s": "%s hat einen neuen Kommentar zu %s am %s hinterlassen",
"%s mentioned you in %s on %s": "%s hat Sie in %s am %s erwähnt",
"%s moved %s from %s to %s on %s": "%s hat %s von %s nach %s am %s verschoben"
}