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: "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"
|
||||
month1: "January"
|
||||
month2: "February"
|
||||
month3: "March"
|
||||
month4: "April"
|
||||
month5: "May"
|
||||
month6: "June"
|
||||
month7: "July"
|
||||
month8: "August"
|
||||
month9: "September"
|
||||
month10: "October"
|
||||
month11: "November"
|
||||
month12: "December"
|
||||
|
||||
# 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"
|
||||
monthInGenitive1: "January"
|
||||
monthInGenitive2: "February"
|
||||
monthInGenitive3: "March"
|
||||
monthInGenitive4: "April"
|
||||
monthInGenitive5: "May"
|
||||
monthInGenitive6: "June"
|
||||
monthInGenitive7: "July"
|
||||
monthInGenitive8: "August"
|
||||
monthInGenitive9: "September"
|
||||
monthInGenitive10: "October"
|
||||
monthInGenitive11: "November"
|
||||
monthInGenitive12: "December"
|
||||
|
||||
dateFormat: "day {day} of {monthInGenitive} {year}"
|
||||
|
||||
weekday1: "Sundas"
|
||||
weekday2: "Morndas"
|
||||
weekday3: "Tirdas"
|
||||
weekday4: "Middas"
|
||||
weekday5: "Turdas"
|
||||
weekday6: "Fredas"
|
||||
weekday7: "Loredas"
|
||||
weekday1: "Sunday"
|
||||
weekday2: "Monday"
|
||||
weekday3: "Tuesday"
|
||||
weekday4: "Wednesday"
|
||||
weekday5: "Thursday"
|
||||
weekday6: "Friday"
|
||||
weekday7: "Saturday"
|
||||
|
Loading…
Reference in New Issue