Localization in custom about pages #100
Replies: 4 comments 19 replies
-
Shouldn't the URL be |
Beta Was this translation helpful? Give feedback.
-
Btw, what do you mean by "looks uglier"? You mean the code looks worse? I guess if that's your preference. Fluent is asynchronous though. It entails a greater performance burden and there's a risk of FOUT (flash of uninserted text, text analogue of FOUC). So if you don't have actual translations, then I think raw strings are objectively better. |
Beta Was this translation helpful? Give feedback.
-
I don't want to create another thread, so I'll ask here:
thanks :-) |
Beta Was this translation helpful? Give feedback.
-
I also noticed every file in the array turns out to be the last one in a directory with this:
but not with this:
are they not the same thing ? i killed 3 days on this because firefox was acting weird when i used the first variant |
Beta Was this translation helpful? Give feedback.
-
Is there any way to get localization working ? since, you know, this:
looks uglier than this:
I have tried using the latter variant and put the following in the html of the about page:
with the following contents in
fm.ftl
:but was met with the following messages:
![image](https://private-user-images.githubusercontent.com/58827198/368678769-6d6e7d8e-b149-4849-814e-9eac87b123c7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNzYwMjcsIm5iZiI6MTczOTM3NTcyNywicGF0aCI6Ii81ODgyNzE5OC8zNjg2Nzg3NjktNmQ2ZTdkOGUtYjE0OS00ODQ5LTgxNGUtOWVhYzg3YjEyM2M3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE1NTUyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFlNTYzY2JkZTVkM2MwYWE2NDY2MTZhMGU4OWY3ZDc2ZGFmMzdlMjYzYzExOWM4ODJkMjBiNDg5NDUxOGE5NWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.pv61rLMnU2LbucyXMoWuhYGw9bsEQLz5La1KEAql3RQ)
"firefox-fm" if curious: https://github.com/ricewind012/firefox-fm
Beta Was this translation helpful? Give feedback.
All reactions