Tukusej’s Sirs
Tukusej’s Sirs
First mentioned in #295. --- In order to support many languages, we need to define different l10n rules per locale. IMHO using [`i18next-fluent`](https://github.com/i18next/i18next-fluent) might be better for this use case...
ATM I am adding calendars for Slovak dioceses, however, I don’t we ever defined the filename and class naming rules. Based on the current filenames and class names, I suggest...
Add the [l10n rules](https://github.com/romcal/romcal/issues/175#issuecomment-673048460) which are used to create the l10n keys to the to the GitHub Wiki and/or `docs/`.
I think romcal should have an option to use Roman numerals in Latin for years. For days of week, Roman numerals should be always used. For other locales, this option...
In my use case, I need two global MQTT clients: one using MQTT protocol, the other using websockets. I added the following into `app.module.ts`: ```ts @Module({ imports: [ MqttModule.forRoot({ port:...
I have set `focus_wrapping` to `workspace` in order to cycle through windows in a workspace only. Now, I miss a config for _moving_ windows in a workspace only. For example:...
This removes `warning: mnemonic c not found in menu caption CSV` logs from Sublime Text log.
I miss an option to switch between accounts using a keyboard shortcut. Like Alt+Number or Ctrl+Number. Thanks for this awesome app! :pray:
#### What did I do I have updated my Flatpak apps (using `flatpak update`). #### What happened When I update my Flatpak apps, I get the following info messages: ```bash...
Related to #132 --- @dkosovic, I am not sure what happened, but today I wanted to connect to a L2TP/IPSec VPN after some time (a month?) which worked last time...