You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -16,26 +16,26 @@ Dette oppbevaringsstedet er vertsplass for oversettelsen av <https://javascript.
16
16
Vær grei å la vedlikeholdere gå gjennom og merge, eller foreslå endringer i oversettelsen din.
17
17
18
18
Hvis vedlikeholdere ikke svarer, eller du har lyst til å bli en vedlikeholder, kontakt oss i [hovedrepoet](https://github.com/javascript-tutorial/en.javascript.info/issues/new).
19
-
20
-
**Let others know what you're translating, in message boards or chats in your language. Invite them to join!**
21
19
22
-
🎉 Thank you!
20
+
**La andre få vite hva du oversetter, i meldingbordet, eller chat på ditt språk. Inviter de til å bli med!**
21
+
22
+
🎉 Tusen takk!
23
23
24
-
Your name and the contribution size will appear in the "About project" page when the translation gets published.
24
+
Ditt navn og størrelse på ditt bidrag vil dukke opp i "om prosjekt" delen av nettsiden når dette blir publisert.
25
25
26
-
P.S. The full list of languages can be found at<https://javascript.info/translate>.
26
+
P.S. Hele listen av språk kan finnes her<https://javascript.info/translate>.
27
27
28
-
## Structure
28
+
## Struktur
29
29
30
-
Every chapter, an article or a task resides in its own folder.
30
+
Hvert kapittel, en artikkel eller oppgave holder til i sin egen mappe.
31
31
32
-
The folder is named`N-url`, where`N`– is the number for sorting (articles are ordered), and`url`is the URL-slug on the site.
32
+
Mappen sitt har navnet`N-url`, hvor`N`- står for nummer for hvordan (artiklene organiseres), og`url`er URL-stien på siden.
33
33
34
-
The folder has one of files:
34
+
Hver mappe har en av følgende filer:
35
35
36
-
-`index.md` for a section,
37
-
-`article.md` for an article,
38
-
-`task.md` for a task formulation (+`solution.md`with the solution text if any).
36
+
-`index.md` for en seksjon,
37
+
-`article.md` for en artikkel,
38
+
-`task.md` for en oppgave (+`solution.md`med løsningsteksten hvis det finnes en).
39
39
40
40
A file starts with the `# Title Header`, and then the text in Markdown-like format, editable in a simple text editor.
0 commit comments