1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-01-23 04:51:13 +00:00

make settings translatable

This commit is contained in:
bopol
2020-11-14 12:25:34 +01:00
committed by Cadence Ember
parent 5ff2462f1b
commit 36df0350a9
5 changed files with 158 additions and 37 deletions

View File

@@ -2,7 +2,6 @@
const data = {
"meta_direction": "ltr",
"go_to_profile": "MISSING STRING: go_to_profile",
"go_to_post": "MISSING STRING: go_to_post",
"go_username_or_url": "MISSING STRING: go_username_or_url",
@@ -42,7 +41,45 @@ const data = {
"no_posts_notice": "MISSING STRING: no_posts_notice",
"no_more_posts_notice": "MISSING STRING: no_more_posts_notice",
"fn_page_divider": () => "MISSING FUNCTION: fn_page_divider",
"pug_post_timestamp": locals => "MISSING TEMPLATE: pug_post_timestamp"
"pug_post_timestamp": locals => "MISSING TEMPLATE: pug_post_timestamp",
"t_features": "MISSING STRING: t_features",
"t_language": "MISSING STRING: t_language",
"save_data": "MISSING STRING: save_data",
"t_automatic": "MISSING STRING: t_automatic",
"t_off": "MISSING STRING: t_off",
"lazy_load": "MISSING STRING: lazy_load",
"t_full": "MISSING STRING: t_full",
"rewrite_youtube": "MISSING STRING: rewrite_youtube",
"rewrite_twitter": "MISSING STRING: rewrite_twitter",
"remove_trailing_hashtags": "MISSING STRING: remove_trailing_hashtags",
"t_hide": "MISSING STRING: t_hide",
"link_hashtags": "MISSING STRING: link_hashtags",
"t_clickable": "MISSING STRING: t_clickable",
"show_comments": "MISSING STRING: show_comments",
"t_display": "MISSING STRING: t_display",
"fast_navigation": "MISSING STRING: fast_navigation",
"t_enabled": "MISSING STRING: t_enabled",
"infinite_scroll": "MISSING STRING: infinite_scroll",
"t_normal": "MISSING STRING: t_normal",
"t_eager": "MISSING STRING: t_eager",
"t_manual": "MISSING STRING: t_manual",
"t_appearance": "MISSING STRING: t_appearance",
"t_theme": "MISSING STRING: t_theme",
"display_top_nav": "MISSING STRING: display_top_nav",
"t_always": "MISSING STRING: t_always",
"timeline_columns": "MISSING STRING: timeline_columns",
"t_dynamic": "MISSING STRING: t_dynamic",
"three_columns": "MISSING STRING: three_columns",
"four_columns": "MISSING STRING: four_columns",
"six_columns": "MISSING STRING: six_columns",
"caption_side": "MISSING STRING: caption_side",
"left_caption": "MISSING STRING: left_caption",
"right_caption": "MISSING STRING: right_caption",
"display_alt_text": "MISSING STRING: display_alt_text",
"t_return": "MISSING STRING: t_return",
"t_save": "MISSING STRING: t_save",
"save_and_return": "MISSING STRING: save_and_return",
"pug_restore_sync_settings": locals => "MISSING TEMPLATE: pug_restore_sync_settings"
}
module.exports = data