Bug 173924

Summary: [GTK] file:// page is not localized
Product: WebKit Reporter: Piotr Drąg <piotrdrag>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED MOVED    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Piotr Drąg 2017-06-28 09:04:14 PDT
file:// page is completely not localized. What is needed:

• Translatable headers (Name, Size, Date Modified),

• Localized/translatable units with proper pluralization — especially important in the case of “bytes”,

• Localized decimal point in units (decimal_point under LC_NUMERIC?),

• Localized date format (%c?).
Comment 1 Michael Catanzaro 2017-06-28 09:05:42 PDT
I did a quick search for 'Date Modified' and couldn't find it anywhere, so no clue where this page even comes from. But it's there in MiniBrowser exactly the same as in Epiphany, so it must be a WebKit-level thing.
Comment 2 Michael Catanzaro 2020-06-26 06:31:30 PDT
It's from libsoup. Moved to https://gitlab.gnome.org/GNOME/libsoup/-/merge_requests/123