mirror of
https://github.com/facefusion/facefusion.git
synced 2026-07-28 21:08:54 +02:00
17 lines
233 B
Python
17 lines
233 B
Python
from facefusion.types import Locales
|
|
|
|
LOCALES : Locales =\
|
|
{
|
|
'en':
|
|
{
|
|
'help':
|
|
{
|
|
'items': 'load a single or multiple processors (choices: {choices})'
|
|
},
|
|
'uis':
|
|
{
|
|
'items_checkbox_group': 'FACE DEBUGGER ITEMS'
|
|
}
|
|
}
|
|
}
|