Fix incorrect date format for Czech and Slovak Republic#2
Fix incorrect date format for Czech and Slovak Republic#2PerditionC merged 1 commit intoFDOS:masterfrom jmalak:patch-1
Conversation
Both Countries use DD.MM.YYYY date format. Microsoft DOS also use this format.
|
It is very confusing that you have two repositories to same thing. |
|
Ideally country repo would be a submodule of kernel. Unusually it would still be necessary to update two repos: kernel for the default: and country for the other. I suppose we could move the defaults into the country repo, even though it wouldn't actually be used there. Thoughts? |
|
Sorry, I am new to FD that my experiences with FD project organization/rules is minimal. |
|
@andrewbird @jmalak @PerditionC Please, can we go on with the discussion and come to some decisions? |
|
Hi Robert, |
|
@PerditionC I've made a little tweak as per Robert's comment in #1, you should merge @jmalak's #2 (this PR) and my new PR #3 to make this repo the up to date one. Then if you are in agreement I'll start on making this a suitable submodule? |
|
The conversion to submodule is complete and merged into both country and kernel repos. If you want to checkout the result download the kernel build artefact file from here https://github.com/FDOS/kernel/actions/runs/1638169003 you should be able to test both the gcc and watcom compiled kernels and the country.sys that was built alongside them. All future updates for both should go the to https://github.com/FDOS/country repo. |
|
Thank you |
|
Thanks for your efforts. |
|
Thanks for testing. |
Both Countries use DD.MM.YYYY date format.
Microsoft DOS also use this format.