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