mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Check for category uniqueness before saving
This commit is contained in:
parent
5983db1a77
commit
238b9e4c85
10 changed files with 47 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-21 14:38:46.654499991 -0800 PST m=+0.006321563
|
||||
// 2017-11-21 14:55:14.456403496 -0800 PST m=+0.037949400
|
||||
|
||||
package locale
|
||||
|
||||
|
@ -137,12 +137,14 @@ var Translations = map[string]string{
|
|||
"no": "non",
|
||||
"Are you sure?": "Êtes-vous sûr ?",
|
||||
"Work in progress...": "Travail en cours...",
|
||||
"This user already exists.": "Cet utilisateur existe déjà."
|
||||
"This user already exists.": "Cet utilisateur existe déjà.",
|
||||
"This category already exists.": "Cette catégorie existe déjà.",
|
||||
"Unable to update this category.": "Impossible de mettre à jour cette catégorie."
|
||||
}
|
||||
`,
|
||||
}
|
||||
|
||||
var TranslationsChecksums = map[string]string{
|
||||
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
|
||||
"fr_FR": "bfa4a8bb15bd6016da8b9b5f851121a4ae278e2a195cd2edc4737ff075d28f02",
|
||||
"fr_FR": "5c8c2c5e35a17a7dd3c30596b73342f70950a3bbce00786d43ccba01b96ea672",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue