;examples:i18n: add no, se

This commit is contained in:
Simon Michael 2025-04-12 22:26:53 -10:00
parent c8706d376c
commit da32e4f9a9
3 changed files with 21 additions and 1 deletions

View File

@ -6,5 +6,5 @@ account assets:cash ; type:C
account liabilities ; type:L
account equity ; type:E
account equity:conversion ; type:V
account revenues ; type:R
account income ; type:R
account expenses ; type:X

10
examples/i18n/no.journal Normal file
View File

@ -0,0 +1,10 @@
; Kontotyper på toppnivå. Underkontoer vil arve disse.
; (maskinoversatt)
account Eiendeler ; type:A
account Eiendeler:Bank ; type:C
account Eiendeler:Kasse ; type:C
account Gjeld ; type:L
account Egenkapital ; type:E
account Egenkapital:Valutadifferanser ; type:V
account Inntekter ; type:R
account Kostnader ; type:X

10
examples/i18n/se.journal Normal file
View File

@ -0,0 +1,10 @@
; Kontotyper på toppnivå. Underkonton kommer att ärva dessa.
; (maskinöversatt)
account tillgångar ; type:A
account tillgångar:bank ; type:C
account tillgångar:kassa ; type:C
account skulder ; type:L
account eget kapital ; type:E
account eget kapital:omräkning ; type:V
account intäkter ; type:R
account kostnader ; type:X