🚚 Directorio "locales" debe estar en "src"
This commit is contained in:
parent
a007225fae
commit
2a8946d948
3 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ use pagetop::prelude::*;
|
|||
|
||||
pub_handle!(THEME_BOOTSIER);
|
||||
|
||||
pub_locale!("locales");
|
||||
pub_locale!("src/locales");
|
||||
|
||||
include!(concat!(env!("OUT_DIR"), "/bootsier.rs"));
|
||||
|
||||
|
|
|
|||
5
pagetop-bootsier/src/locales/en-US/bootsier.ftl
Normal file
5
pagetop-bootsier/src/locales/en-US/bootsier.ftl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
e404-description = Oops! Page Not Found
|
||||
e404-message = The page you are looking for may have been removed, had its name changed, or is temporarily unavailable.
|
||||
e500-description = Oops! Unexpected Error
|
||||
e500-message = We're having an issue. Please report this error to an administrator.
|
||||
back-homepage = Back to homepage
|
||||
5
pagetop-bootsier/src/locales/es-ES/bootsier.ftl
Normal file
5
pagetop-bootsier/src/locales/es-ES/bootsier.ftl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
e404-description = ¡Vaya! Página No Encontrada
|
||||
e404-message = La página que está buscando puede haber sido eliminada, cambiada de nombre o no está disponible temporalmente.
|
||||
e500-description = ¡Vaya! Error Inesperado
|
||||
e500-message = Está ocurriendo una incidencia. Por favor, informe de este error a un administrador.
|
||||
back-homepage = Volver al inicio
|
||||
Loading…
Add table
Add a link
Reference in a new issue