mirror of https://github.com/OpenMW/openmw.git
Move Morrowind-specific l10n files to a separate data dir; dehardcode a few GMST names.
parent
58fdd687a8
commit
685f86f19e
@ -0,0 +1,22 @@
|
|||||||
|
if (NOT DEFINED OPENMW_RESOURCES_ROOT)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
set(BUILTIN_DATA_MW_FILES
|
||||||
|
# Month names and date formatting
|
||||||
|
l10n/Calendar/de.yaml
|
||||||
|
l10n/Calendar/en.yaml
|
||||||
|
l10n/Calendar/ru.yaml
|
||||||
|
l10n/Calendar/sv.yaml
|
||||||
|
l10n/Calendar/fr.yaml
|
||||||
|
|
||||||
|
# Generic UI messages that can be reused by mods
|
||||||
|
l10n/Interface/gmst.yaml
|
||||||
|
|
||||||
|
# L10n for OpenMW menus and non-game-specific messages
|
||||||
|
l10n/OMWEngine/gmst.yaml
|
||||||
|
)
|
||||||
|
|
||||||
|
foreach (f ${BUILTIN_DATA_MW_FILES})
|
||||||
|
copy_resource_file("${CMAKE_CURRENT_SOURCE_DIR}/${f}" "${OPENMW_RESOURCES_ROOT}" "resources/vfs-mw/${f}")
|
||||||
|
endforeach (f)
|
@ -0,0 +1,39 @@
|
|||||||
|
# source: https://en.uesp.net/wiki/Lore:Calendar
|
||||||
|
|
||||||
|
month1: "Morning Star"
|
||||||
|
month2: "Sun's Dawn"
|
||||||
|
month3: "First Seed"
|
||||||
|
month4: "Rain's Hand"
|
||||||
|
month5: "Second Seed"
|
||||||
|
month6: "Midyear"
|
||||||
|
month7: "Sun's Height"
|
||||||
|
month8: "Last Seed"
|
||||||
|
month9: "Hearthfire"
|
||||||
|
month10: "Frostfall"
|
||||||
|
month11: "Sun's Dusk"
|
||||||
|
month12: "Evening Star"
|
||||||
|
|
||||||
|
# The variant of month names in the context "day X of month Y".
|
||||||
|
# In English it is the same, but some languages require a different form.
|
||||||
|
monthInGenitive1: "Morning Star"
|
||||||
|
monthInGenitive2: "Sun's Dawn"
|
||||||
|
monthInGenitive3: "First Seed"
|
||||||
|
monthInGenitive4: "Rain's Hand"
|
||||||
|
monthInGenitive5: "Second Seed"
|
||||||
|
monthInGenitive6: "Midyear"
|
||||||
|
monthInGenitive7: "Sun's Height"
|
||||||
|
monthInGenitive8: "Last Seed"
|
||||||
|
monthInGenitive9: "Hearthfire"
|
||||||
|
monthInGenitive10: "Frostfall"
|
||||||
|
monthInGenitive11: "Sun's Dusk"
|
||||||
|
monthInGenitive12: "Evening Star"
|
||||||
|
|
||||||
|
dateFormat: "day {day} of {monthInGenitive} {year}"
|
||||||
|
|
||||||
|
weekday1: "Sundas"
|
||||||
|
weekday2: "Morndas"
|
||||||
|
weekday3: "Tirdas"
|
||||||
|
weekday4: "Middas"
|
||||||
|
weekday5: "Turdas"
|
||||||
|
weekday6: "Fredas"
|
||||||
|
weekday7: "Loredas"
|
@ -0,0 +1,6 @@
|
|||||||
|
On: "sOn"
|
||||||
|
Off: "sOff"
|
||||||
|
None: "sNone"
|
||||||
|
OK: "sOK"
|
||||||
|
Yes: "sYes"
|
||||||
|
No: "sNo"
|
@ -0,0 +1,4 @@
|
|||||||
|
ConfirmResetBindings: "sNotifyMessage66"
|
||||||
|
ConfirmResolution: "sNotifyMessage67"
|
||||||
|
RebindAction: "sControlsMenu3"
|
||||||
|
SettingsWindow: "sOptions"
|
@ -1,39 +1,37 @@
|
|||||||
# source: https://en.uesp.net/wiki/Lore:Calendar
|
month1: "January"
|
||||||
|
month2: "February"
|
||||||
month1: "Morning Star"
|
month3: "March"
|
||||||
month2: "Sun's Dawn"
|
month4: "April"
|
||||||
month3: "First Seed"
|
month5: "May"
|
||||||
month4: "Rain's Hand"
|
month6: "June"
|
||||||
month5: "Second Seed"
|
month7: "July"
|
||||||
month6: "Midyear"
|
month8: "August"
|
||||||
month7: "Sun's Height"
|
month9: "September"
|
||||||
month8: "Last Seed"
|
month10: "October"
|
||||||
month9: "Hearthfire"
|
month11: "November"
|
||||||
month10: "Frostfall"
|
month12: "December"
|
||||||
month11: "Sun's Dusk"
|
|
||||||
month12: "Evening Star"
|
|
||||||
|
|
||||||
# The variant of month names in the context "day X of month Y".
|
# The variant of month names in the context "day X of month Y".
|
||||||
# In English it is the same, but some languages require a different form.
|
# In English it is the same, but some languages require a different form.
|
||||||
monthInGenitive1: "Morning Star"
|
monthInGenitive1: "January"
|
||||||
monthInGenitive2: "Sun's Dawn"
|
monthInGenitive2: "February"
|
||||||
monthInGenitive3: "First Seed"
|
monthInGenitive3: "March"
|
||||||
monthInGenitive4: "Rain's Hand"
|
monthInGenitive4: "April"
|
||||||
monthInGenitive5: "Second Seed"
|
monthInGenitive5: "May"
|
||||||
monthInGenitive6: "Midyear"
|
monthInGenitive6: "June"
|
||||||
monthInGenitive7: "Sun's Height"
|
monthInGenitive7: "July"
|
||||||
monthInGenitive8: "Last Seed"
|
monthInGenitive8: "August"
|
||||||
monthInGenitive9: "Hearthfire"
|
monthInGenitive9: "September"
|
||||||
monthInGenitive10: "Frostfall"
|
monthInGenitive10: "October"
|
||||||
monthInGenitive11: "Sun's Dusk"
|
monthInGenitive11: "November"
|
||||||
monthInGenitive12: "Evening Star"
|
monthInGenitive12: "December"
|
||||||
|
|
||||||
dateFormat: "day {day} of {monthInGenitive} {year}"
|
dateFormat: "day {day} of {monthInGenitive} {year}"
|
||||||
|
|
||||||
weekday1: "Sundas"
|
weekday1: "Sunday"
|
||||||
weekday2: "Morndas"
|
weekday2: "Monday"
|
||||||
weekday3: "Tirdas"
|
weekday3: "Tuesday"
|
||||||
weekday4: "Middas"
|
weekday4: "Wednesday"
|
||||||
weekday5: "Turdas"
|
weekday5: "Thursday"
|
||||||
weekday6: "Fredas"
|
weekday6: "Friday"
|
||||||
weekday7: "Loredas"
|
weekday7: "Saturday"
|
||||||
|
Loading…
Reference in New Issue