amélioration de la recherche du remplacement des parametres
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
line: " defaultLanguage: 'fr',"
|
||||
|
||||
- name: Conf Jitsi - UI en fr
|
||||
replace:
|
||||
lineinfile:
|
||||
path: /usr/share/jitsi-meet/interface_config.js
|
||||
regexp: "DEFAULT_LOCAL_DISPLAY_NAME: 'me',"
|
||||
replace: "DEFAULT_LOCAL_DISPLAY_NAME: 'moi',"
|
||||
regexp: "DEFAULT_LOCAL_DISPLAY_NAME: "
|
||||
line: "DEFAULT_LOCAL_DISPLAY_NAME: 'moi',"
|
||||
|
||||
- name: Conf Jitsi - UI en fr
|
||||
replace:
|
||||
lineinfile:
|
||||
path: /usr/share/jitsi-meet/interface_config.js
|
||||
regexp: "DEFAULT_REMOTE_DISPLAY_NAME: 'Fellow Jitster',"
|
||||
replace: "DEFAULT_REMOTE_DISPLAY_NAME: 'Autre participant·e',"
|
||||
regexp: "DEFAULT_REMOTE_DISPLAY_NAME: "
|
||||
line: "DEFAULT_REMOTE_DISPLAY_NAME: 'Autre participant·e',"
|
||||
|
||||
Reference in New Issue
Block a user