Skip to content

Commit f202598

Browse files
committed
Merge branch 'translations'
2 parents 5c11b0b + 4adfc6f commit f202598

12 files changed

Lines changed: 173 additions & 5 deletions

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All Sniffnet releases with the relative changes are documented in this file.
66
- Support CIDR ranges in imported IP blacklists ([#1181](https://github.com/GyulyVGC/sniffnet/pull/1181))
77
- Show number of IP addresses and CIDR ranges in imported IP blacklists ([#1183](https://github.com/GyulyVGC/sniffnet/pull/1183))
88
- Added Hungarian translation 🇭🇺 ([#1197](https://github.com/GyulyVGC/sniffnet/pull/1197))
9+
- Added Sinhala translation 🇱🇰 ([#1239](https://github.com/GyulyVGC/sniffnet/pull/1239))
910
- Updated some of the existing translations to v1.5:
1011
- Ukrainian ([#1039](https://github.com/GyulyVGC/sniffnet/pull/1039))
1112
- German ([#1122](https://github.com/GyulyVGC/sniffnet/pull/1122))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Application to comfortably monitor your Internet traffic.<br>
1212
Cross-platform. Intuitive. Reliable.
1313

1414
Translated in:<br>
15-
🇨🇳 🇩🇪 🇫🇷 🇷🇺 🇵🇹 🇪🇦 🇮🇹 🇵🇱 [+&nbsp;16&nbsp;more&nbsp;languages](https://github.com/GyulyVGC/sniffnet/issues/60)
15+
🇨🇳 🇩🇪 🇫🇷 🇷🇺 🇵🇹 🇪🇦 🇮🇹 🇵🇱 [+&nbsp;17&nbsp;more&nbsp;languages](https://github.com/GyulyVGC/sniffnet/issues/60)
1616
</div>
1717

1818
<p>
-667 KB
Binary file not shown.

resources/fonts/full/subset_characters.txt

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,56 @@ z
319319
ی
320320
۰
321321
۳
322+
323+
324+
325+
326+
327+
328+
329+
330+
331+
332+
333+
334+
335+
336+
337+
338+
339+
340+
341+
342+
343+
344+
345+
346+
347+
348+
349+
350+
351+
352+
353+
354+
355+
356+
357+
358+
359+
360+
361+
362+
363+
364+
365+
366+
367+
368+
369+
370+
371+
322372
323373
324374
@@ -356,6 +406,7 @@ z
356406
357407
358408
409+
359410
360411
361412
56.3 KB
Binary file not shown.

src/gui/pages/inspect_page.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ mod tests {
624624
#[test]
625625
fn test_table_titles_display_and_tooltip_values_for_each_language() {
626626
// check glyph len when adding new language...
627-
assert_eq!(Language::ALL.len(), 24);
627+
assert_eq!(Language::ALL.len(), 25);
628628
for report_col in ReportCol::ALL {
629629
for data_repr in DataRepr::ALL {
630630
for language in Language::ALL {

0 commit comments

Comments
 (0)