Skip to content

Commit ec76357

Browse files
authored
Prefer FieldWorks to FLEx (#4034)
1 parent 2aace50 commit ec76357

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Backend/Helper/GrammaticalCategory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace BackendFramework.Helper
1010
/// <summary>
1111
/// Classifying the grammatical category of a sense.
1212
///
13-
/// Although FLEx provides a list of options, custom strings are allowed.
13+
/// Although FieldWorks provides a list of options, custom strings are allowed.
1414
/// </summary>
1515
public static class GrammaticalCategory
1616
{

Backend/Repositories/WordRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class WordRepository(IMongoDbContext dbContext) : IWordRepository
2121

2222
/// <summary>
2323
/// Creates a mongo filter for all words in a specified project (and optionally with specified vernacular).
24-
/// Since a variant in FLEx can export as an entry without any senses, filters out 0-sense words.
24+
/// Since a variant in FieldWorks can export as an entry without any senses, filters out 0-sense words.
2525
/// </summary>
2626
private static FilterDefinition<Word> GetAllProjectWordsFilter(string projectId, string? vernacular = null)
2727
{

docs/user_guide/docs/project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When creating a project, you have the option to start with an empty project or t
1111
### Import Existing Data
1212

1313
If you have lexical data in a [LIFT](https://software.sil.org/lifttools) file (likely exported from The Combine,
14-
[WeSay](https://software.sil.org/wesay), [FLEx](https://software.sil.org/fieldworks), or
14+
[FieldWorks](https://software.sil.org/fieldworks), [WeSay](https://software.sil.org/wesay), or
1515
[Lexique Pro](https://software.sil.org/lexiquepro)), you can click the Browse button next to "Upload existing data?" to
1616
import the data into your project.
1717

public/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"privacyPolicy": "Privacy Policy",
1111
"descriptionP1": "Words are the building blocks of language, vital to both communicating information and sharing culture. A dictionary, filled with words and their meanings, is a fundamental language resource, helping to document and preserve the language for future generations within the community and providing a bridge for communication with other communities. But many minority-language communities around the world have no such resource in their language, putting them at a disadvantage.",
1212
"descriptionP2": "The Combine is an easy-to-use tool in the Rapid Word Collection (RWC) process—a method of gathering the words that will serve as the backbone for a bilingual dictionary. At the heart of the RWC process are native speakers from a particular language community. Presented with one semantic domain at a time, a group of 4-6 native speakers comes up with as many words in their language as they can think of that are related to that domain. The Combine facilitates the entry of these words into a database, along with translations, audio recordings, and notes, to more fully capture their form and meaning.",
13-
"descriptionP3": "People with little prior linguistic knowledge and limited computer experience can be quickly trained to use The Combine's main word-harvesting capabilities. Then the resulting words can be organized and edited within The Combine before exporting the data to use in other tools such as FLEx.",
13+
"descriptionP3": "People with little prior linguistic knowledge and limited computer experience can be quickly trained to use The Combine's main word-harvesting capabilities. Then the resulting words can be organized and edited within The Combine before exporting the data to use in other tools such as FieldWorks.",
1414
"descriptionP4": "Sign up to get started with your word collection!"
1515
},
1616
"treeView": {

0 commit comments

Comments
 (0)