Skip to content

Commit

Permalink
No more civ
Browse files Browse the repository at this point in the history
  • Loading branch information
HardexZ committed Jul 21, 2024
1 parent 1d4b513 commit 62c3a7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/__DEFINES/bandastation/ru_jobs.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Keep this in sync with JOBS_RU from tgui\packages\tgui\bandastation\ru_jobs.tsx
//No department
#define JOB_ASSISTANT_RU "Гражданский"
#define JOB_ASSISTANT_RU "Ассистент"
#define JOB_PRISONER_RU "Заключенный"
//Command
#define JOB_CAPTAIN_RU "Капитан"
Expand Down
2 changes: 1 addition & 1 deletion config/bandastation/tts_replacements.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"supreme commander": "Верховный главнокомандующий",
"solar federation general": "Генерал Солнечной Федерации",
"special operations officer": "Офицер специальных операций",
"civilian": "Гражданский",
"civilian": "Ассистент",
"tourist": "Турист",
"businessman": "Бизнэсмэн",
"trader": "Торговец",
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui/bandastation/ru_jobs.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const JOBS_RU = {
Assistant: 'Гражданский',
Assistant: 'Ассистент',
Prisoner: 'Заключенный',
Captain: 'Капитан',
'Head of Personnel': 'Глава персонала',
Expand Down

0 comments on commit 62c3a7b

Please sign in to comment.