/
githubmirror
/
photoprism
Обзор
Документация
Войти
/
githubmirror
/
photoprism
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
frontend/src/common/src.js
15 строк
458 B
Michael Mayer
Frontend: Refactor source name translations in the edit dialog
03 сен 2025, 17:11
03 сен 2025, 17:11
22d7e65
Код
Авторство
О чём код?
export const Auto = ""; export const Default = "default"; export const Batch = "batch"; export const Manual = "manual"; export const Estimate = "estimate"; export const File = "file"; export const Name = "name"; export const Meta = "meta"; export const Xmp = "xmp"; export const Yaml = "yaml"; export const Marker = "marker"; export const Image = "image"; export const Vision = "vision"; export const Keyword = "keyword"; export const Location = "location";