Skip to content

Commit 0e81ef2

Browse files
repodevsmozilla-pontoon
authored andcommitted
Pontoon: Update Indonesian (id) localization of Firefox Send
Localization authors: - Edi Santoso <repopamor@gmail.com>
1 parent b090709 commit 0e81ef2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

public/locales/id/send.ftl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ timespanMinutes =
6262
}
6363
timespanDays =
6464
{ $num ->
65-
*[other] hari
65+
*[other] { $num } hari
6666
}
6767
timespanWeeks =
6868
{ $num ->
@@ -72,6 +72,14 @@ fileCount =
7272
{ $num ->
7373
*[other] { $num } berkas
7474
}
75+
# byte abbreviation
76+
bytes = B
77+
# kibibyte abbreviation
78+
kb = KB
79+
# mebibyte abbreviation
80+
mb = MB
81+
# gibibyte abbreviation
82+
gb = GB
7583
# localized number and byte abbreviation. example "2.5MB"
7684
fileSize = { $num }{ $units }
7785
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")

0 commit comments

Comments
 (0)