-
-
Notifications
You must be signed in to change notification settings - Fork 322
🎈🇳🇴 Norwegian (Bokmål) language support #3329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Super exciting! Looking forward :) |
|
Use this for // Separate file because Prettier cannot handle it.
// These imports require quite modern browsers (https://caniuse.com/mdn-javascript_statements_import_import_attributes) but it will be bundled so it doesn't matter for Pluto releases.
// @ts-ignore
export { default as deutsch } from "../lang/deutsch.json" with { type: "json" }
// @ts-ignore
export { default as ellinika } from "../lang/ellinika.json" with { type: "json" }
// @ts-ignore
export { default as english } from "../lang/english.json" with { type: "json" }
// @ts-ignore
export { default as nederlands } from "../lang/nederlands.json" with { type: "json" }
// @ts-ignore
export { default as norsk_bokmål } from "../lang/norsk_bokmål.json" with { type: "json" } |
|
Ah yes, I forgot to save the file before writing the commit ;) |
In principle done now, but I'll do a final typo and small fixes check later.
|
Thanks for checking the translation @elorannug ! |
|
Awesome!! Thank you! I fixed the import in my last commit so you can try it in Pluto now. Did you already try to use Pluto with the new language? It might be nice to use it a bit to see how the language works in action :) |
|
Looks good to me, maybe besides my perfectionism that it states Norse is only 99% (and deutsch even only 98%). But both are maybe also something for a new PR checking what was added since both PRs were started. |
|
Yes feel free to make a new PR! You can use the update script I also added a change recently where anything above 98% shows as 100% to make it feel nicer :) |
|
I will make a release next week! Currently busy with our class 😅 |
|
Sure no problem. Maybe I find the time to check on both languages for the missing terms already this week. |

Here is a first approach to a Norwegian translation.
First note that Norwegian has two official languages: Bokmål and Nynorsk.
Nynorsk is a minority, but should be respected and supported. Sadly, I only learned bokmål until now; still, I will prepare this PR already with Nynorsk in mind.
Comments and Notes
Try this Pull Request!
Open Julia and type: