Skip to content
Snippets Groups Projects
Commit 26da34b5 authored by Alex Petraky's avatar Alex Petraky :basketball_player_tone1: Committed by Pavel Antonov
Browse files

Вынесена в константу ошибка при удалении языка, который является fallback в Locales API

parent 8f8f8dcd
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,5 @@ var (
ErrDisablePublishingDefaultLocale = errors.New("cannot disable publishing for default locale")
ErrSetDefaultLocaleFallback = errors.New("cannot set fallback for default locale")
ErrDeleteDefaultLocale = errors.New("cannot delete default locale")
ErrDeleteFallbackLocale = errors.New("cannot delete locale that is used as fallback for other locales")
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment