feat: toggleable feature flags (#209)

This commit is contained in:
Shinigami 2022-11-28 23:57:27 +01:00 committed by GitHub
parent f08777f629
commit 69d009d02a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 111 additions and 12 deletions

View file

@ -11,7 +11,8 @@
"profile": "Profil"
},
"nav_footer": {
"select_language": "Sprache auswählen"
"select_language": "Sprache auswählen",
"select_feature_flags": "Feature-Flags umschalten"
},
"timeline": "Timeline",
"title": {
@ -22,5 +23,8 @@
"posts": "{0} Beiträge",
"following": "{0} Folge ich",
"followers": "{0} Follower"
},
"feature_flag": {
"virtual_scroll": "Virtuelles Scrollen"
}
}

View file

@ -11,7 +11,8 @@
"profile": "Profile"
},
"nav_footer": {
"select_language": "Select Language"
"select_language": "Select Language",
"select_feature_flags": "Toggle Feature Flags"
},
"timeline": "Timeline",
"title": {
@ -22,5 +23,8 @@
"posts": "{0} Posts",
"following": "{0} Following",
"followers": "{0} Followers"
},
"feature_flag": {
"virtual_scroll": "Virtual Scrolling"
}
}

View file

@ -11,7 +11,8 @@
"profile": "个人资料"
},
"nav_footer": {
"select_language": "选择语言"
"select_language": "选择语言",
"select_feature_flags": "切换功能标志"
},
"timeline": "时间轴",
"title": {
@ -22,5 +23,8 @@
"followers": "被 {0} 人关注",
"following": "正在关注 {0} 人",
"posts": "{0} 条帖文"
},
"feature_flag": {
"virtual_scroll": "虚拟滚动"
}
}