mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
kernel32-Locale_Definitions: Update patchset and remove STAGED status.
This commit is contained in:
parent
1294cf8ca9
commit
54ed708c91
@ -1,12 +1,12 @@
|
||||
From 61531ffe85ccac683fd6b2904b8b03a4eef0fe92 Mon Sep 17 00:00:00 2001
|
||||
From e7fc618b090431d0baaadf917131bbcf3f8bff3f Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Fri, 13 May 2016 17:55:15 +0200
|
||||
Subject: kernel32: Add sr-Latn-RS locale definition.
|
||||
|
||||
---
|
||||
dlls/kernel32/locale_rc.rc | 1 +
|
||||
dlls/kernel32/nls/srsl.nls | 161 +++++++++++++++++++++++++++++++++++++++++++++
|
||||
2 files changed, 162 insertions(+)
|
||||
dlls/kernel32/nls/srsl.nls | 168 +++++++++++++++++++++++++++++++++++++++++++++
|
||||
2 files changed, 169 insertions(+)
|
||||
create mode 100644 dlls/kernel32/nls/srsl.nls
|
||||
|
||||
diff --git a/dlls/kernel32/locale_rc.rc b/dlls/kernel32/locale_rc.rc
|
||||
@ -23,10 +23,10 @@ index 363e7ab..5673c30 100644
|
||||
|
||||
diff --git a/dlls/kernel32/nls/srsl.nls b/dlls/kernel32/nls/srsl.nls
|
||||
new file mode 100644
|
||||
index 0000000..f4d8e57
|
||||
index 0000000..455179b
|
||||
--- /dev/null
|
||||
+++ b/dlls/kernel32/nls/srsl.nls
|
||||
@@ -0,0 +1,161 @@
|
||||
@@ -0,0 +1,168 @@
|
||||
+/*
|
||||
+ * Locale definitions for Serbian (Serbia, Latin)
|
||||
+ *
|
||||
@ -163,6 +163,13 @@ index 0000000..f4d8e57
|
||||
+ LOCALE_SPOSITIVESIGN "+"
|
||||
+ LOCALE_SSCRIPTS "Latn;"
|
||||
+ LOCALE_SSHORTDATE "d.M.yyyy"
|
||||
+ LOCALE_SSHORTESTDAYNAME1 "pon"
|
||||
+ LOCALE_SSHORTESTDAYNAME2 "uto"
|
||||
+ LOCALE_SSHORTESTDAYNAME3 "sre"
|
||||
+ LOCALE_SSHORTESTDAYNAME4 "čet"
|
||||
+ LOCALE_SSHORTESTDAYNAME5 "pet"
|
||||
+ LOCALE_SSHORTESTDAYNAME6 "sub"
|
||||
+ LOCALE_SSHORTESTDAYNAME7 "ned"
|
||||
+ LOCALE_SSHORTTIME "H:mm"
|
||||
+ LOCALE_SSORTNAME "Default"
|
||||
+ LOCALE_STHOUSAND "."
|
||||
|
@ -1 +1 @@
|
||||
Fixes: [40619] Add sr-Latn-RS locale definition
|
||||
# Fixes: [40619] Add sr-Latn-RS locale definition
|
||||
|
@ -4154,9 +4154,6 @@ fi
|
||||
|
||||
# Patchset kernel32-Locale_Definitions
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#40619] Add sr-Latn-RS locale definition
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/kernel32/locale_rc.rc, dlls/kernel32/nls/srl.nls, dlls/kernel32/nls/srsl.nls
|
||||
# |
|
||||
|
Loading…
Reference in New Issue
Block a user